Shades of Aqua #1DFEFD
Tints of Aqua #1DFEFD
RGB
CMYK
RGB Variations
Color information
#1DFEFD (or 0x1DFEFD) is known color: Aqua. HEX triplet: 1D, FE and FD. RGB value is (29,254,253). Sum of RGB (Red+Green+Blue) = 29+254+253=536 (70% of max value = 765). Red value is 29 (11.72% from 255 or 5.41% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFEFD is #E20102. Grayscale: #BABABA. Windows color (decimal): -14811395 or 16645661. OLE color: 16645661.
HSL color Cylindrical-coordinate representation of color #1DFEFD: hue angle of 179.73º 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 #1DFEFD is Cyan = 0.89, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 253 | - |
| CMYK | 0.89 | 0 | 0.00 | 0.00 |
| HSL | 179.73º | 0.99% | 0.55% | - |
| HSV(B) | 179.73º | 0.89% | 1% | - |
| XYZ | 53.68 | 78.24 | 105.2 | - |
| YUV | 186.61 | 165.46 | 15.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 253 | 0.89 | 0 | 0.00 | 0.00 | 179.73 | 0.99 | 0.55 |
| Hex | 1D | FE | FD | 59 | 0 | 0 | 0 | B4 | 63 | 37 |
| Octal | 35 | 376 | 375 | 131 | 0 | 0 | 0 | 264 | 143 | 67 |
| Binary | 11101 | 11111110 | 11111101 | 1011001 | 0 | 0 | 0 | 10110100 | 1100011 | 110111 |
Color Harmonies of #1DFEFD
Complementary color
Monochromatic Colors of #1DFEFD
Black with #1DFEFD
Text Example
Text Example
White with #1DFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFEFD; }
p { color: rgb(29,254,253); }
H1.HeaderClassName
{
color: #1DFEFD;
}
.AnyTagClassName
{
color: #1DFEFD;
}
</style>
background-color css
<style>
a { background-color: #1DFEFD; }
a { background-color: rgb(29,254,253); }
div.DivClassName
{
background-color: #1DFEFD;
}
.BgClassName
{
background-color: #1DFEFD;
}
</style>
border-color css
<style>
span { border-color: #1DFEFD; }
span { border-color: rgb(29,254,253); }
td.TdClassName
{
border-color: #1DFEFD;
}
.TagClassName
{
border-color: #1DFEFD;
}
</style>