#2CCCBD
A medium, moderate cyan closely aligning with Turquoise.
About #2CCCBD
The hex code #2CCCBD represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 44 red, 204 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. The color uses 78% Cyan, 0% Magenta, 7% Yellow, and 20% Black. The HSL representation is 174.4° hue, 64.5% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CCCBD
RGB44, 204, 189
HSL174.4°, 64.5%, 48.6%
CMYK78%, 0%, 7%, 20%
HSV174.4°, 78.4%, 80.0%
LAB74.4, -42.7, -3.9
XYZ31.8, 47.4, 55.6
Decimal2935997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.48:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CCCBD;
}
.text-color {
color: #2CCCBD;
}
.border-color {
border: 2px solid #2CCCBD;
}