#1DFFF0
A medium, vivid cyan closely aligning with Aqua.
About #1DFFF0
The precise color #1DFFF0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Aqua. Its digital footprint relies on 29 parts red, 255 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 89% cyan, 0% magenta, 6% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DFFF0
RGB29, 255, 240
HSL176.0°, 100.0%, 55.7%
CMYK89%, 0%, 6%, 0%
HSV176.0°, 88.6%, 100.0%
LAB90.8, -51.5, -6.8
XYZ52.0, 78.1, 94.8
Decimal1966064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.61:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFFF0;
}
.text-color {
color: #1DFFF0;
}
.border-color {
border: 2px solid #1DFFF0;
}