#7CF8E2
A light, vivid cyan closely aligning with Turquoise.
About #7CF8E2
When working with digital screens, the color #7CF8E2 is rendered by mixing light. It is closely associated with the named CSS color Turquoise. In the RGB color space, it consists of 124 red, 248 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 50% cyan, 0% magenta, 9% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CF8E2
RGB124, 248, 226
HSL169.4°, 89.9%, 72.9%
CMYK50%, 0%, 9%, 3%
HSV169.4°, 50.0%, 97.3%
LAB90.3, -39.9, -0.1
XYZ55.6, 76.9, 83.9
Decimal8190178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.38:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CF8E2;
}
.text-color {
color: #7CF8E2;
}
.border-color {
border: 2px solid #7CF8E2;
}