Shades of Turquoise #29E8D9
Tints of Turquoise #29E8D9
RGB
CMYK
RGB Variations
Color information
#29E8D9 (or 0x29E8D9) is known color: Turquoise. HEX triplet: 29, E8 and D9. RGB value is (41,232,217). Sum of RGB (Red+Green+Blue) = 41+232+217=490 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.37% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E8D9 is #D61726. Grayscale: #ADADAD. Windows color (decimal): -14030631 or 14280745. OLE color: 14280745.
HSL color Cylindrical-coordinate representation of color #29E8D9: hue angle of 175.29º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E8D9 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 232 | 217 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.09 |
| HSL | 175.29º | 0.81% | 0.54% | - |
| HSV(B) | 175.29º | 0.82% | 0.91% | - |
| XYZ | 42.3 | 63.19 | 75.61 | - |
| YUV | 173.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 232 | 217 | 0.82 | 0 | 0.06 | 0.09 | 175.29 | 0.81 | 0.54 |
| Hex | 29 | E8 | D9 | 52 | 0 | 6 | 9 | AF | 51 | 36 |
| Octal | 51 | 350 | 331 | 122 | 0 | 6 | 11 | 257 | 121 | 66 |
| Binary | 101001 | 11101000 | 11011001 | 1010010 | 0 | 110 | 1001 | 10101111 | 1010001 | 110110 |
Color Harmonies of #29E8D9
Complementary color
Monochromatic Colors of #29E8D9
Black with #29E8D9
Text Example
Text Example
White with #29E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E8D9; }
p { color: rgb(41,232,217); }
H1.HeaderClassName
{
color: #29E8D9;
}
.AnyTagClassName
{
color: #29E8D9;
}
</style>
background-color css
<style>
a { background-color: #29E8D9; }
a { background-color: rgb(41,232,217); }
div.DivClassName
{
background-color: #29E8D9;
}
.BgClassName
{
background-color: #29E8D9;
}
</style>
border-color css
<style>
span { border-color: #29E8D9; }
span { border-color: rgb(41,232,217); }
td.TdClassName
{
border-color: #29E8D9;
}
.TagClassName
{
border-color: #29E8D9;
}
</style>