#07F0FF
A medium, vivid cyan closely aligning with Aqua.
About #07F0FF
Visually, #07F0FF is defined as a vivid cyan. It is closely associated with the named CSS color Aqua. In the RGB color space, it consists of 7 red, 240 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 6% Magenta, 0% Yellow, and 0% Black. With a hue angle of 183.6 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07F0FF
RGB7, 240, 255
HSL183.6°, 100.0%, 51.4%
CMYK97%, 6%, 0%, 0%
HSV183.6°, 97.3%, 100.0%
LAB86.8, -41.3, -20.6
XYZ49.3, 69.6, 105.4
Decimal520447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.92:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F0FF;
}
.text-color {
color: #07F0FF;
}
.border-color {
border: 2px solid #07F0FF;
}