Shades of Aqua #1DFDEF
Tints of Aqua #1DFDEF
RGB
CMYK
RGB Variations
Color information
#1DFDEF (or 0x1DFDEF) is known color: Aqua. HEX triplet: 1D, FD and EF. RGB value is (29,253,239). Sum of RGB (Red+Green+Blue) = 29+253+239=521 (69% of max value = 765). Red value is 29 (11.72% from 255 or 5.57% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFDEF is #E20210. Grayscale: #B8B8B8. Windows color (decimal): -14811665 or 15727901. OLE color: 15727901.
HSL color Cylindrical-coordinate representation of color #1DFDEF: hue angle of 176.25º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFDEF is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 253 | 239 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.01 |
| HSL | 176.25º | 0.98% | 0.55% | - |
| HSV(B) | 176.25º | 0.89% | 0.99% | - |
| XYZ | 51.21 | 76.74 | 93.78 | - |
| YUV | 184.43 | 158.79 | 17.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 253 | 239 | 0.89 | 0 | 0.06 | 0.01 | 176.25 | 0.98 | 0.55 |
| Hex | 1D | FD | EF | 59 | 0 | 6 | 1 | B0 | 62 | 37 |
| Octal | 35 | 375 | 357 | 131 | 0 | 6 | 1 | 260 | 142 | 67 |
| Binary | 11101 | 11111101 | 11101111 | 1011001 | 0 | 110 | 1 | 10110000 | 1100010 | 110111 |
Color Harmonies of #1DFDEF
Complementary color
Monochromatic Colors of #1DFDEF
Black with #1DFDEF
Text Example
Text Example
White with #1DFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFDEF; }
p { color: rgb(29,253,239); }
H1.HeaderClassName
{
color: #1DFDEF;
}
.AnyTagClassName
{
color: #1DFDEF;
}
</style>
background-color css
<style>
a { background-color: #1DFDEF; }
a { background-color: rgb(29,253,239); }
div.DivClassName
{
background-color: #1DFDEF;
}
.BgClassName
{
background-color: #1DFDEF;
}
</style>
border-color css
<style>
span { border-color: #1DFDEF; }
span { border-color: rgb(29,253,239); }
td.TdClassName
{
border-color: #1DFDEF;
}
.TagClassName
{
border-color: #1DFDEF;
}
</style>