Shades of Bright Turquoise #29FEE9
Tints of Bright Turquoise #29FEE9
RGB
CMYK
RGB Variations
Color information
#29FEE9 (or 0x29FEE9) is known color: Bright Turquoise. HEX triplet: 29, FE and E9. RGB value is (41,254,233). Sum of RGB (Red+Green+Blue) = 41+254+233=528 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.77% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #29FEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29FEE9 is #D60116. Grayscale: #BBBBBB. Windows color (decimal): -14024983 or 15334953. OLE color: 15334953.
HSL color Cylindrical-coordinate representation of color #29FEE9: hue angle of 174.08º 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 #29FEE9 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 254 | 233 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.00 |
| HSL | 174.08º | 0.99% | 0.58% | - |
| HSV(B) | 174.08º | 0.84% | 1% | - |
| XYZ | 51.06 | 77.24 | 89.31 | - |
| YUV | 187.92 | 153.43 | 23.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 254 | 233 | 0.84 | 0 | 0.08 | 0.00 | 174.08 | 0.99 | 0.58 |
| Hex | 29 | FE | E9 | 54 | 0 | 8 | 0 | AE | 63 | 3A |
| Octal | 51 | 376 | 351 | 124 | 0 | 10 | 0 | 256 | 143 | 72 |
| Binary | 101001 | 11111110 | 11101001 | 1010100 | 0 | 1000 | 0 | 10101110 | 1100011 | 111010 |
Color Harmonies of #29FEE9
Complementary color
Monochromatic Colors of #29FEE9
Black with #29FEE9
Text Example
Text Example
White with #29FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29FEE9; }
p { color: rgb(41,254,233); }
H1.HeaderClassName
{
color: #29FEE9;
}
.AnyTagClassName
{
color: #29FEE9;
}
</style>
background-color css
<style>
a { background-color: #29FEE9; }
a { background-color: rgb(41,254,233); }
div.DivClassName
{
background-color: #29FEE9;
}
.BgClassName
{
background-color: #29FEE9;
}
</style>
border-color css
<style>
span { border-color: #29FEE9; }
span { border-color: rgb(41,254,233); }
td.TdClassName
{
border-color: #29FEE9;
}
.TagClassName
{
border-color: #29FEE9;
}
</style>