#07CCAF
A medium, vivid cyan closely aligning with Turquoise.
About #07CCAF
Visually, #07CCAF is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 204, and 175.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 97% C, 0% M, 14% Y, and 20% K. With a hue angle of 171.2 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07CCAF
RGB7, 204, 175
HSL171.2°, 93.4%, 41.4%
CMYK97%, 0%, 14%, 20%
HSV171.2°, 96.6%, 80.0%
LAB73.8, -48.7, 2.6
XYZ29.4, 46.3, 47.9
Decimal511151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.27:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CCAF;
}
.text-color {
color: #07CCAF;
}
.border-color {
border: 2px solid #07CCAF;
}