#07FFF0
A medium, vivid cyan closely aligning with Aqua.
About #07FFF0
At its core, #07FFF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. Its digital footprint relies on 7 parts red, 255 parts green, and 240 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07FFF0
RGB7, 255, 240
HSL176.4°, 100.0%, 51.4%
CMYK97%, 0%, 6%, 0%
HSV176.4°, 97.3%, 100.0%
LAB90.7, -52.2, -7.0
XYZ51.6, 77.9, 94.7
Decimal524272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.57:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07FFF0;
}
.text-color {
color: #07FFF0;
}
.border-color {
border: 2px solid #07FFF0;
}