#24C5C5
A medium, moderate cyan closely aligning with Darkturquoise.
About #24C5C5
At its core, #24C5C5 is a medium and moderate hue. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 36 red, 197 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 82% cyan, 0% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#24C5C5
RGB36, 197, 197
HSL180.0°, 69.1%, 45.7%
CMYK82%, 0%, 0%, 23%
HSV180.0°, 81.7%, 77.3%
LAB72.5, -37.9, -11.2
XYZ30.8, 44.3, 59.8
Decimal2409925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.87:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24C5C5;
}
.text-color {
color: #24C5C5;
}
.border-color {
border: 2px solid #24C5C5;
}