Shades of Turquoise #29E1CB
Tints of Turquoise #29E1CB
RGB
CMYK
RGB Variations
Color information
#29E1CB (or 0x29E1CB) is known color: Turquoise. HEX triplet: 29, E1 and CB. RGB value is (41,225,203). Sum of RGB (Red+Green+Blue) = 41+225+203=469 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.74% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #29E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E1CB is #D61E34. Grayscale: #A7A7A7. Windows color (decimal): -14032437 or 13361449. OLE color: 13361449.
HSL color Cylindrical-coordinate representation of color #29E1CB: hue angle of 172.83º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E1CB is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 225 | 203 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.12 |
| HSL | 172.83º | 0.75% | 0.52% | - |
| HSV(B) | 172.83º | 0.82% | 0.88% | - |
| XYZ | 38.62 | 58.63 | 65.78 | - |
| YUV | 167.48 | 148.04 | 37.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 225 | 203 | 0.82 | 0 | 0.10 | 0.12 | 172.83 | 0.75 | 0.52 |
| Hex | 29 | E1 | CB | 52 | 0 | A | C | AD | 4B | 34 |
| Octal | 51 | 341 | 313 | 122 | 0 | 12 | 14 | 255 | 113 | 64 |
| Binary | 101001 | 11100001 | 11001011 | 1010010 | 0 | 1010 | 1100 | 10101101 | 1001011 | 110100 |
Color Harmonies of #29E1CB
Complementary color
Monochromatic Colors of #29E1CB
Black with #29E1CB
Text Example
Text Example
White with #29E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E1CB; }
p { color: rgb(41,225,203); }
H1.HeaderClassName
{
color: #29E1CB;
}
.AnyTagClassName
{
color: #29E1CB;
}
</style>
background-color css
<style>
a { background-color: #29E1CB; }
a { background-color: rgb(41,225,203); }
div.DivClassName
{
background-color: #29E1CB;
}
.BgClassName
{
background-color: #29E1CB;
}
</style>
border-color css
<style>
span { border-color: #29E1CB; }
span { border-color: rgb(41,225,203); }
td.TdClassName
{
border-color: #29E1CB;
}
.TagClassName
{
border-color: #29E1CB;
}
</style>