#7AF4DC
A light, vivid cyan closely aligning with Turquoise.
About #7AF4DC
Visually, #7AF4DC is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 122 red, 244 green, and 220 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 50% C, 0% M, 10% Y, and 4% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7AF4DC
RGB122, 244, 220
HSL168.2°, 84.7%, 71.8%
CMYK50%, 0%, 10%, 4%
HSV168.2°, 50.0%, 95.7%
LAB88.9, -40.0, 1.0
XYZ53.3, 74.0, 79.2
Decimal8058076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.80:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7AF4DC;
}
.text-color {
color: #7AF4DC;
}
.border-color {
border: 2px solid #7AF4DC;
}