#2CDBC5
A medium, vivid cyan closely aligning with Turquoise.
About #2CDBC5
When working with digital screens, the color #2CDBC5 is rendered by mixing light. Its closest recognized web color is Turquoise. In the RGB color space, it consists of 44 red, 219 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 80% cyan and 0% magenta inks. With a hue angle of 172.5 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CDBC5
RGB44, 219, 197
HSL172.5°, 70.9%, 51.6%
CMYK80%, 0%, 10%, 14%
HSV172.5°, 79.9%, 85.9%
LAB79.2, -47.0, -1.3
XYZ36.4, 55.2, 61.6
Decimal2939845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.05:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CDBC5;
}
.text-color {
color: #2CDBC5;
}
.border-color {
border: 2px solid #2CDBC5;
}