Turquoise Pearl
#89f5e3
Looking for the precise values behind Turquoise Pearl (#89f5e3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #89f5e3 | |
|---|---|---|
| RGB | rgb(137, 245, 227) | |
| HSL | hsl(170, 84%, 75%) | |
| CMYK | cmyk(44%, 0%, 7%, 4%) | |
| LAB | lab(90, -36, -2) | |
| OKLCH | oklch(0.9 0.104 182) |
Color harmonies
Tints & shades
Code snippets
color: #89f5e3;
background-color: #89f5e3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF89F5E3)
/* Swift / UIKit */
UIColor(red: 0.54, green: 0.96, blue: 0.89, alpha: 1.0)