Temperature Converter
MeasurementFree online temperature converter. Convert between Celsius, Fahrenheit, Kelvin, and Rankine instantly. Covers body temperature, oven settings, and weather conversions.
What is a Temperature?
A temperature converter translates readings between the world's temperature scales — Celsius (°C), Fahrenheit (°F), Kelvin (K), and Rankine (°R). Temperature conversion is more complex than most unit conversions because scales differ not only in unit size but also in where they place zero: Celsius and Fahrenheit are relative scales (zero is not the coldest possible temperature), while Kelvin and Rankine are absolute scales anchored at absolute zero.
India uses Celsius exclusively for weather forecasts, medicine, and everyday conversation. The United States uses Fahrenheit for weather and cooking. Science and engineering globally use Kelvin for thermodynamics and physics. When a temperature from one context appears in another — an American oven recipe in Fahrenheit, a medical reference from the UK, a physics textbook using Kelvin — the conversion must handle both the scale factor and the offset correctly.
Temperature context matters significantly in India. A 45°C day in Delhi in June is a severe heat event; expressing it as 113°F helps communicate that severity to international colleagues. A fever of 102°F on an imported thermometer means 38.9°C — just above the 38°C threshold for fever medication in Indian paediatric guidelines. These conversions have real consequences.
For recipe work alongside temperature, the Volume Converter handles US cups and fluid ounces, and the Area Converter covers property measurements if you are working across mixed-unit documents.
How to use this Temperature calculator
- Enter the temperature value in the FROM field. Negative values are valid — Celsius and Fahrenheit frequently go below zero.
- Select the FROM scale — Celsius, Fahrenheit, Kelvin, or Rankine.
- Select the TO scale for your target measurement.
- Read the result instantly in the TO field. The reference table below shows all four scales simultaneously.
- Type in the TO field to reverse-convert — enter the target temperature and the FROM field back-calculates.
- Swap — the ⇅ button reverses FROM and TO while preserving the entered value.
Formula & Methodology
Temperature conversion is non-linear. The converter routes all conversions through Celsius as an intermediate step: Celsius ↔ Fahrenheit: - °F = (°C × 9/5) + 32 - °C = (°F − 32) × 5/9 Celsius ↔ Kelvin: - K = °C + 273.15 - °C = K − 273.15 Celsius ↔ Rankine: - °R = (°C + 273.15) × 9/5 - °C = (°R − 491.67) × 5/9 All other scale combinations (e.g. Fahrenheit to Kelvin) convert to Celsius first, then to the target scale. Common reference temperatures: | Description | Celsius | Fahrenheit | Kelvin | |---|---|---|---| | Absolute zero | −273.15°C | −459.67°F | 0 K | | Water freezes | 0°C | 32°F | 273.15 K | | Normal body temp | 37°C | 98.6°F | 310.15 K | | Fever threshold | 38°C | 100.4°F | 311.15 K | | Water boils | 100°C | 212°F | 373.15 K | | Delhi peak summer | 45°C | 113°F | 318.15 K | Worked example — interpreting a fever reading: A child's temperature is recorded as 103°F on an imported US thermometer. Converting to Celsius: °C = (103 − 32) × 5/9 = 71 × 5/9 = 39.44°C This is significantly above the 38°C fever threshold, and above the 39°C level that warrants prompt medical evaluation in most Indian paediatric guidelines. The conversion changes the clinical picture from an ambiguous Fahrenheit number to a clearly actionable Celsius reading.