32px to pt
32px = 24pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
32px × 0.75 = 24pt
Reversing it, 24pt × 1.3333 returns 32px.
Nearby values
| px | pt |
|---|---|
| 16px | 12pt |
| 18px | 13.5pt |
| 20px | 15pt |
| 24px | 18pt |
| 28px | 21pt |
| 32px | 24pt |
| 36px | 27pt |
| 40px | 30pt |
| 48px | 36pt |
Frequently asked questions
What is 32px in pt?
24pt.
How is 32px converted to pt?
Multiply by 0.75: 32 × 0.75 = 24. To go back, multiply 24 by 1.3333.
Does zoom or font size change 32px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 32px is 24pt in every context.