#24DBBD
A medium, vivid cyan closely aligning with Turquoise.
About #24DBBD
The precise color #24DBBD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 219, and 189.
If you are designing for print, the four-color process is what matters most. The color uses 84% Cyan, 0% Magenta, 14% Yellow, and 14% Black. With a hue angle of 170.2 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24DBBD
RGB36, 219, 189
HSL170.2°, 71.8%, 50.0%
CMYK84%, 0%, 14%, 14%
HSV170.2°, 83.6%, 85.9%
LAB78.9, -49.7, 2.5
XYZ35.2, 54.7, 56.8
Decimal2415549
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.94:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DBBD;
}
.text-color {
color: #24DBBD;
}
.border-color {
border: 2px solid #24DBBD;
}