Shades of Turquoise #29E8D1
Tints of Turquoise #29E8D1
RGB
CMYK
RGB Variations
Color information
#29E8D1 (or 0x29E8D1) is known color: Turquoise. HEX triplet: 29, E8 and D1. RGB value is (41,232,209). Sum of RGB (Red+Green+Blue) = 41+232+209=482 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.51% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #29E8D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E8D1 is #D6172E. Grayscale: #ACACAC. Windows color (decimal): -14030639 or 13756457. OLE color: 13756457.
HSL color Cylindrical-coordinate representation of color #29E8D1: hue angle of 172.77º 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 #29E8D1 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 232 | 209 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.09 |
| HSL | 172.77º | 0.81% | 0.54% | - |
| HSV(B) | 172.77º | 0.82% | 0.91% | - |
| XYZ | 41.28 | 62.79 | 70.27 | - |
| YUV | 172.27 | 148.72 | 34.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 232 | 209 | 0.82 | 0 | 0.10 | 0.09 | 172.77 | 0.81 | 0.54 |
| Hex | 29 | E8 | D1 | 52 | 0 | A | 9 | AD | 51 | 36 |
| Octal | 51 | 350 | 321 | 122 | 0 | 12 | 11 | 255 | 121 | 66 |
| Binary | 101001 | 11101000 | 11010001 | 1010010 | 0 | 1010 | 1001 | 10101101 | 1010001 | 110110 |
Color Harmonies of #29E8D1
Complementary color
Monochromatic Colors of #29E8D1
Black with #29E8D1
Text Example
Text Example
White with #29E8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E8D1; }
p { color: rgb(41,232,209); }
H1.HeaderClassName
{
color: #29E8D1;
}
.AnyTagClassName
{
color: #29E8D1;
}
</style>
background-color css
<style>
a { background-color: #29E8D1; }
a { background-color: rgb(41,232,209); }
div.DivClassName
{
background-color: #29E8D1;
}
.BgClassName
{
background-color: #29E8D1;
}
</style>
border-color css
<style>
span { border-color: #29E8D1; }
span { border-color: rgb(41,232,209); }
td.TdClassName
{
border-color: #29E8D1;
}
.TagClassName
{
border-color: #29E8D1;
}
</style>