Shades of Aqua #1DFEFC
Tints of Aqua #1DFEFC
RGB
CMYK
RGB Variations
Color information
#1DFEFC (or 0x1DFEFC) is known color: Aqua. HEX triplet: 1D, FE and FC. RGB value is (29,254,252). Sum of RGB (Red+Green+Blue) = 29+254+252=535 (70% of max value = 765). Red value is 29 (11.72% from 255 or 5.42% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFEFC is #E20103. Grayscale: #BABABA. Windows color (decimal): -14811396 or 16580125. OLE color: 16580125.
HSL color Cylindrical-coordinate representation of color #1DFEFC: hue angle of 179.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFEFC is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 252 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.00 |
| HSL | 179.47º | 0.99% | 0.55% | - |
| HSV(B) | 179.47º | 0.89% | 1% | - |
| XYZ | 53.52 | 78.17 | 104.36 | - |
| YUV | 186.5 | 164.96 | 15.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 252 | 0.89 | 0 | 0.01 | 0.00 | 179.47 | 0.99 | 0.55 |
| Hex | 1D | FE | FC | 59 | 0 | 1 | 0 | B3 | 63 | 37 |
| Octal | 35 | 376 | 374 | 131 | 0 | 1 | 0 | 263 | 143 | 67 |
| Binary | 11101 | 11111110 | 11111100 | 1011001 | 0 | 1 | 0 | 10110011 | 1100011 | 110111 |
Color Harmonies of #1DFEFC
Complementary color
Monochromatic Colors of #1DFEFC
Black with #1DFEFC
Text Example
Text Example
White with #1DFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFEFC; }
p { color: rgb(29,254,252); }
H1.HeaderClassName
{
color: #1DFEFC;
}
.AnyTagClassName
{
color: #1DFEFC;
}
</style>
background-color css
<style>
a { background-color: #1DFEFC; }
a { background-color: rgb(29,254,252); }
div.DivClassName
{
background-color: #1DFEFC;
}
.BgClassName
{
background-color: #1DFEFC;
}
</style>
border-color css
<style>
span { border-color: #1DFEFC; }
span { border-color: rgb(29,254,252); }
td.TdClassName
{
border-color: #1DFEFC;
}
.TagClassName
{
border-color: #1DFEFC;
}
</style>