#07E2F0
A medium, vivid cyan closely aligning with Darkturquoise.
About #07E2F0
Visually, #07E2F0 is defined as a vivid cyan. Its closest recognized web color is Darkturquoise. In the RGB color space, it consists of 7 red, 226 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 6% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#07E2F0
RGB7, 226, 240
HSL183.6°, 94.3%, 48.4%
CMYK97%, 6%, 0%, 6%
HSV183.6°, 97.1%, 94.1%
LAB82.2, -39.5, -19.6
XYZ43.0, 60.7, 91.9
Decimal516848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.15:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E2F0;
}
.text-color {
color: #07E2F0;
}
.border-color {
border: 2px solid #07E2F0;
}