#24BDBD
A medium, moderate cyan closely aligning with Lightseagreen.
About #24BDBD
Visually, #24BDBD is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(36, 189, 189).
If you are designing for print, the four-color process is what matters most. The color uses 81% Cyan, 0% Magenta, 0% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24BDBD
RGB36, 189, 189
HSL180.0°, 68.0%, 44.1%
CMYK81%, 0%, 0%, 26%
HSV180.0°, 81.0%, 74.1%
LAB69.8, -36.6, -10.9
XYZ28.1, 40.4, 54.5
Decimal2407869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.09:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24BDBD;
}
.text-color {
color: #24BDBD;
}
.border-color {
border: 2px solid #24BDBD;
}