#7CF8F0
A light, vivid cyan closely aligning with Turquoise.
About #7CF8F0
The precise color #7CF8F0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Turquoise. In the RGB color space, it consists of 124 red, 248 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 0% magenta, 3% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CF8F0
RGB124, 248, 240
HSL176.1°, 89.9%, 72.9%
CMYK50%, 0%, 3%, 3%
HSV176.1°, 50.0%, 97.3%
LAB90.6, -36.5, -6.8
XYZ57.6, 77.7, 94.4
Decimal8190192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.54:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF8F0;
}
.text-color {
color: #7CF8F0;
}
.border-color {
border: 2px solid #7CF8F0;
}