#00CCBD
A medium, vivid cyan closely aligning with Turquoise.
About #00CCBD
When working with digital screens, the color #00CCBD is rendered by mixing light. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 0 red, 204 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 100% Cyan, 0% Magenta, 7% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00CCBD
RGB0, 204, 189
HSL175.6°, 100.0%, 40.0%
CMYK100%, 0%, 7%, 20%
HSV175.6°, 100.0%, 80.0%
LAB74.1, -45.0, -4.5
XYZ30.8, 46.9, 55.6
Decimal52413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.37:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CCBD;
}
.text-color {
color: #00CCBD;
}
.border-color {
border: 2px solid #00CCBD;
}