#0FF0CC
A medium, vivid cyan closely aligning with Aquamarine.
About #0FF0CC
The precise color #0FF0CC is an excellent choice for modern design projects. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 15 parts red, 240 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 0% Magenta, 15% 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. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FF0CC
RGB15, 240, 204
HSL170.4°, 88.2%, 50.0%
CMYK94%, 0%, 15%, 6%
HSV170.4°, 93.8%, 94.1%
LAB85.4, -55.4, 4.0
XYZ42.3, 66.8, 67.8
Decimal1044684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.36:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF0CC;
}
.text-color {
color: #0FF0CC;
}
.border-color {
border: 2px solid #0FF0CC;
}