Shades of Turquoise #29E5C8
Tints of Turquoise #29E5C8
RGB
CMYK
RGB Variations
Color information
#29E5C8 (or 0x29E5C8) is known color: Turquoise. HEX triplet: 29, E5 and C8. RGB value is (41,229,200). Sum of RGB (Red+Green+Blue) = 41+229+200=470 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.72% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #29E5C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E5C8 is #D61A37. Grayscale: #A9A9A9. Windows color (decimal): -14031416 or 13165865. OLE color: 13165865.
HSL color Cylindrical-coordinate representation of color #29E5C8: hue angle of 170.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E5C8 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 229 | 200 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.10 |
| HSL | 170.74º | 0.78% | 0.53% | - |
| HSV(B) | 170.74º | 0.82% | 0.9% | - |
| XYZ | 39.36 | 60.68 | 64.28 | - |
| YUV | 169.48 | 145.22 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 229 | 200 | 0.82 | 0 | 0.13 | 0.10 | 170.74 | 0.78 | 0.53 |
| Hex | 29 | E5 | C8 | 52 | 0 | D | A | AB | 4E | 35 |
| Octal | 51 | 345 | 310 | 122 | 0 | 15 | 12 | 253 | 116 | 65 |
| Binary | 101001 | 11100101 | 11001000 | 1010010 | 0 | 1101 | 1010 | 10101011 | 1001110 | 110101 |
Color Harmonies of #29E5C8
Complementary color
Monochromatic Colors of #29E5C8
Black with #29E5C8
Text Example
Text Example
White with #29E5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E5C8; }
p { color: rgb(41,229,200); }
H1.HeaderClassName
{
color: #29E5C8;
}
.AnyTagClassName
{
color: #29E5C8;
}
</style>
background-color css
<style>
a { background-color: #29E5C8; }
a { background-color: rgb(41,229,200); }
div.DivClassName
{
background-color: #29E5C8;
}
.BgClassName
{
background-color: #29E5C8;
}
</style>
border-color css
<style>
span { border-color: #29E5C8; }
span { border-color: rgb(41,229,200); }
td.TdClassName
{
border-color: #29E5C8;
}
.TagClassName
{
border-color: #29E5C8;
}
</style>