#24B6CC
A medium, vivid cyan closely aligning with Darkturquoise.
About #24B6CC
When working with digital screens, the color #24B6CC is rendered by mixing light. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 36 red, 182 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 82% cyan, 11% magenta, 0% yellow, and 20% black. The HSL representation is 187.9° hue, 70.0% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#24B6CC
RGB36, 182, 204
HSL187.9°, 70.0%, 47.1%
CMYK82%, 11%, 0%, 20%
HSV187.9°, 82.4%, 80.0%
LAB68.2, -28.7, -21.6
XYZ28.4, 38.2, 63.0
Decimal2406092
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24B6CC;
}
.text-color {
color: #24B6CC;
}
.border-color {
border: 2px solid #24B6CC;
}