#07F8E2
A medium, vivid cyan closely aligning with Turquoise.
About #07F8E2
When working with digital screens, the color #07F8E2 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, 248 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 97% cyan, 0% magenta, 9% yellow, and 3% black. With a hue angle of 174.5 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F8E2
RGB7, 248, 226
HSL174.5°, 94.5%, 50.0%
CMYK97%, 0%, 9%, 3%
HSV174.5°, 97.2%, 97.3%
LAB88.3, -53.1, -3.2
XYZ47.4, 72.7, 83.5
Decimal522466
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.53:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F8E2;
}
.text-color {
color: #07F8E2;
}
.border-color {
border: 2px solid #07F8E2;
}