Shades of Aqua #29FEFC
Tints of Aqua #29FEFC
RGB
CMYK
RGB Variations
Color information
#29FEFC (or 0x29FEFC) is known color: Aqua. HEX triplet: 29, FE and FC. RGB value is (41,254,252). Sum of RGB (Red+Green+Blue) = 41+254+252=547 (72% of max value = 765). Red value is 41 (16.41% from 255 or 7.50% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FEFC is #D60103. Grayscale: #BDBDBD. Windows color (decimal): -14024964 or 16580137. OLE color: 16580137.
HSL color Cylindrical-coordinate representation of color #29FEFC: hue angle of 179.44º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEFC is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 252 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.00 |
| HSL | 179.44º | 0.99% | 0.58% | - |
| HSV(B) | 179.44º | 0.84% | 1% | - |
| XYZ | 53.93 | 78.38 | 104.38 | - |
| YUV | 190.09 | 162.93 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 252 | 0.84 | 0 | 0.01 | 0.00 | 179.44 | 0.99 | 0.58 |
| Hex | 29 | FE | FC | 54 | 0 | 1 | 0 | B3 | 63 | 3A |
| Octal | 51 | 376 | 374 | 124 | 0 | 1 | 0 | 263 | 143 | 72 |
| Binary | 101001 | 11111110 | 11111100 | 1010100 | 0 | 1 | 0 | 10110011 | 1100011 | 111010 |
Color Harmonies of #29FEFC
Complementary color
Monochromatic Colors of #29FEFC
Black with #29FEFC
Text Example
Text Example
White with #29FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEFC; }
p { color: rgb(41,254,252); }
H1.HeaderClassName
{
color: #29FEFC;
}
.AnyTagClassName
{
color: #29FEFC;
}
</style>
background-color css
<style>
a { background-color: #29FEFC; }
a { background-color: rgb(41,254,252); }
div.DivClassName
{
background-color: #29FEFC;
}
.BgClassName
{
background-color: #29FEFC;
}
</style>
border-color css
<style>
span { border-color: #29FEFC; }
span { border-color: rgb(41,254,252); }
td.TdClassName
{
border-color: #29FEFC;
}
.TagClassName
{
border-color: #29FEFC;
}
</style>