Pastel Turquoise
#99c5c4
Pastel Turquoise, represented by the hex value #99c5c4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #99c5c4 | |
|---|---|---|
| RGB | rgb(153, 197, 196) | |
| HSL | hsl(179, 28%, 69%) | |
| CMYK | cmyk(22%, 0%, 1%, 23%) | |
| LAB | lab(76, -15, -5) | |
| OKLCH | oklch(0.79 0.046 195) |
Color harmonies
Tints & shades
Code snippets
color: #99c5c4;
background-color: #99c5c4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF99C5C4)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.77, blue: 0.77, alpha: 1.0)