Turquoise
#06c2ac
Turquoise, represented by the hex value #06c2ac, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #06c2ac | |
|---|---|---|
| RGB | rgb(6, 194, 172) | |
| HSL | hsl(173, 94%, 39%) | |
| CMYK | cmyk(97%, 0%, 11%, 24%) | |
| LAB | lab(70, -46, -1) | |
| OKLCH | oklch(0.73 0.131 181) |
Color harmonies
Tints & shades
Code snippets
color: #06c2ac;
background-color: #06c2ac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF06C2AC)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.76, blue: 0.67, alpha: 1.0)