#1DF0CC
A medium, vivid cyan closely aligning with Aquamarine.
About #1DF0CC
Visually, #1DF0CC is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(29, 240, 204).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 88% cyan, 0% magenta, 15% yellow, and 6% black. With a hue angle of 169.8 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#1DF0CC
RGB29, 240, 204
HSL169.8°, 87.6%, 52.7%
CMYK88%, 0%, 15%, 6%
HSV169.8°, 87.9%, 94.1%
LAB85.5, -54.8, 4.2
XYZ42.6, 66.9, 67.8
Decimal1962188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.39:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF0CC;
}
.text-color {
color: #1DF0CC;
}
.border-color {
border: 2px solid #1DF0CC;
}