Temperature Converter
Convert temperatures between Celsius, Fahrenheit, and Kelvin using the standard scale formulas.
- Converted value
- 212
How it works
Temperature scales aren't simple ratios of each other like length units are — they have different zero points too. So the input is first normalized to Celsius (°C = (°F − 32) × 5⁄9, or °C = K − 273.15), then converted from Celsius to the target scale (°F = °C × 9⁄5 + 32, or K = °C + 273.15).