Convert between all four temperature scales
Temperature is the one common conversion where you cannot just multiply by a factor, because the scales start at different zero points. This reference converts between Celsius, Fahrenheit, Kelvin and Rankine using the exact formulas, and shows where your value sits against fixed physical reference points.
How it works
Each input is converted to Celsius as a pivot, then out to every scale:
C -> F : F = C × 9/5 + 32
C -> K : K = C + 273.15
C -> R : R = (C + 273.15) × 9/5
To convert into Celsius first, the formulas are reversed: subtract the offset before applying the scale factor. Celsius and Fahrenheit need both a factor (9/5) and an offset (+32); Kelvin and Rankine are absolute scales that share zero with absolute zero (-273.15 C).
Tips and notes
- Celsius and Fahrenheit read the same value at exactly -40 degrees.
- Absolute zero is 0 K, -273.15 C, -459.67 F, 0 R — nothing can be colder.
- Water freezes at 0 C / 32 F and boils at 100 C / 212 F at standard pressure.
- A change of 1 K equals a change of 1 C, and a change of 1 R equals a change of 1 F.