Home › Unit Conversion › Degrees Celsius to Degrees Fahrenheit
Degrees Celsius to Degrees Fahrenheit (°C to °F)
Convert degrees Celsius to degrees Fahrenheit with the formula °F = °C × 9/5 + 32. Conversion table and worked examples, with JSON API and MCP access.
Formula
°F = °C × 9/5 + 32
°F = °C × 9/5 + 32 — reverse: °C = (°F − 32) × 5/9
Non-linear conversion: the formula above is applied directly (no single multiplication factor).
Worked examples
- 37 °C = 98.6 °F
- 100 °C = 212 °F
- -40 °C = -40 °F
Degrees Celsius to degrees Fahrenheit conversion table
| Degrees Celsius (°C) | Degrees Fahrenheit (°F) |
|---|---|
| -40 | -40 |
| -30 | -22 |
| -20 | -4 |
| -10 | 14 |
| 0 | 32 |
| 5 | 41 |
| 10 | 50 |
| 15 | 59 |
| 20 | 68 |
| 25 | 77 |
| 30 | 86 |
| 35 | 95 |
| 37 | 98.6 |
| 40 | 104 |
| 50 | 122 |
| 60 | 140 |
| 70 | 158 |
| 80 | 176 |
| 90 | 194 |
| 100 | 212 |
| 150 | 302 |
| 200 | 392 |
FAQ
What is the formula to convert degrees Celsius to degrees Fahrenheit?
°F = °C × 9/5 + 32. For example, 37 °C = 98.6 °F.
How do I convert degrees Fahrenheit back to degrees Celsius?
°C = (°F − 32) × 5/9; the degrees Fahrenheit-to-degrees Celsius page applies it directly.
Why is there no single multiplication factor?
Temperature scales have different zero points, so the conversion is an affine formula (scale and offset), not a plain multiplication.
Related conversions
- Degrees Fahrenheit to degrees Celsius (reverse)
- Temperature Converter — all temperature units in one tool
- Degrees Celsius to Kelvin
- Kelvin to Degrees Celsius
- Degrees Fahrenheit to Kelvin
- Kelvin to Degrees Fahrenheit
- Degrees Fahrenheit to Degrees Rankine
- Degrees Rankine to Degrees Fahrenheit
- Kelvin to Degrees Rankine
- Degrees Rankine to Kelvin
Machine access
- API:
GET https://tttkmbb.com/api/v1/convert?value=37&from_unit=C&to_unit=F - MCP: server
https://tttkmbb.com/mcp, toolconvert_unitswith{"value":37,"from_unit":"C","to_unit":"F"} - Markdown: https://tttkmbb.com/conversion/celsius-to-fahrenheit.md · JSON: https://tttkmbb.com/conversion/celsius-to-fahrenheit.json (add
?value=for a result) · Units: /api/v1/units?quantity=temperature - OpenAPI operationId:
convert_units. Freshness:static. Authentication: none.