Shades of Aqua #29FEFF
Tints of Aqua #29FEFF
RGB
CMYK
RGB Variations
Color information
#29FEFF (or 0x29FEFF) is known color: Aqua. HEX triplet: 29, FE and FF. RGB value is (41,254,255). Sum of RGB (Red+Green+Blue) = 41+254+255=550 (72% of max value = 765). Red value is 41 (16.41% from 255 or 7.45% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #29FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FEFF is #D60100. Grayscale: #BEBEBE. Windows color (decimal): -14024961 or 16776745. OLE color: 16776745.
HSL color Cylindrical-coordinate representation of color #29FEFF: hue angle of 180.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29FEFF is Cyan = 0.84, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 254 | 255 | - |
| CMYK | 0.84 | 0.00 | 0 | 0 |
| HSL | 180.28º | 1% | 0.58% | - |
| HSV(B) | 180.28º | 0.84% | 1% | - |
| XYZ | 54.41 | 78.58 | 106.91 | - |
| YUV | 190.43 | 164.43 | 21.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 255 | 0.84 | 0.00 | 0 | 0 | 180.28 | 1 | 0.58 |
| Hex | 29 | FE | FF | 54 | 0 | 0 | 0 | B4 | 64 | 3A |
| Octal | 51 | 376 | 377 | 124 | 0 | 0 | 0 | 264 | 144 | 72 |
| Binary | 101001 | 11111110 | 11111111 | 1010100 | 0 | 0 | 0 | 10110100 | 1100100 | 111010 |
Color Harmonies of #29FEFF
Complementary color
Monochromatic Colors of #29FEFF
Black with #29FEFF
Text Example
Text Example
White with #29FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEFF; }
p { color: rgb(41,254,255); }
H1.HeaderClassName
{
color: #29FEFF;
}
.AnyTagClassName
{
color: #29FEFF;
}
</style>
background-color css
<style>
a { background-color: #29FEFF; }
a { background-color: rgb(41,254,255); }
div.DivClassName
{
background-color: #29FEFF;
}
.BgClassName
{
background-color: #29FEFF;
}
</style>
border-color css
<style>
span { border-color: #29FEFF; }
span { border-color: rgb(41,254,255); }
td.TdClassName
{
border-color: #29FEFF;
}
.TagClassName
{
border-color: #29FEFF;
}
</style>