#07F8F8
A medium, vivid cyan closely aligning with Aqua.
About #07F8F8
Visually, #07F8F8 is defined as a vivid cyan. Designers often compare it to the standard color Aqua. Its digital footprint relies on 7 parts red, 248 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 0% Magenta, 0% Yellow, and 3% Black. With a hue angle of 180.0 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07F8F8
RGB7, 248, 248
HSL180.0°, 94.5%, 50.0%
CMYK97%, 0%, 0%, 3%
HSV180.0°, 97.2%, 97.3%
LAB88.9, -46.9, -13.8
XYZ50.6, 74.0, 100.4
Decimal522488
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.79:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F8F8;
}
.text-color {
color: #07F8F8;
}
.border-color {
border: 2px solid #07F8F8;
}