#24DBB6
A medium, vivid cyan closely aligning with Turquoise.
About #24DBB6
The precise color #24DBB6 is an excellent choice for modern design projects. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 219, and 182.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 84% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24DBB6
RGB36, 219, 182
HSL167.9°, 71.8%, 50.0%
CMYK84%, 0%, 17%, 14%
HSV167.9°, 83.6%, 85.9%
LAB78.7, -51.5, 6.0
XYZ34.5, 54.4, 52.9
Decimal2415542
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.88:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DBB6;
}
.text-color {
color: #24DBB6;
}
.border-color {
border: 2px solid #24DBB6;
}