#07CCBD
A medium, vivid cyan closely aligning with Turquoise.
About #07CCBD
When working with digital screens, the color #07CCBD is rendered by mixing light. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 7 red, 204 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 97% C, 0% M, 7% Y, and 20% K. 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#07CCBD
RGB7, 204, 189
HSL175.4°, 93.4%, 41.4%
CMYK97%, 0%, 7%, 20%
HSV175.4°, 96.6%, 80.0%
LAB74.1, -44.8, -4.4
XYZ30.9, 46.9, 55.6
Decimal511165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.38:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCBD;
}
.text-color {
color: #07CCBD;
}
.border-color {
border: 2px solid #07CCBD;
}