Shades of Turquoise #29E5D8
Tints of Turquoise #29E5D8
RGB
CMYK
RGB Variations
Color information
#29E5D8 (or 0x29E5D8) is known color: Turquoise. HEX triplet: 29, E5 and D8. RGB value is (41,229,216). Sum of RGB (Red+Green+Blue) = 41+229+216=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #29E5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E5D8 is #D61A27. Grayscale: #ABABAB. Windows color (decimal): -14031400 or 14214441. OLE color: 14214441.
HSL color Cylindrical-coordinate representation of color #29E5D8: hue angle of 175.85º 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 #29E5D8 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 229 | 216 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.10 |
| HSL | 175.85º | 0.78% | 0.53% | - |
| HSV(B) | 175.85º | 0.82% | 0.9% | - |
| XYZ | 41.33 | 61.47 | 74.65 | - |
| YUV | 171.31 | 153.22 | 35.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 229 | 216 | 0.82 | 0 | 0.06 | 0.10 | 175.85 | 0.78 | 0.53 |
| Hex | 29 | E5 | D8 | 52 | 0 | 6 | A | B0 | 4E | 35 |
| Octal | 51 | 345 | 330 | 122 | 0 | 6 | 12 | 260 | 116 | 65 |
| Binary | 101001 | 11100101 | 11011000 | 1010010 | 0 | 110 | 1010 | 10110000 | 1001110 | 110101 |
Color Harmonies of #29E5D8
Complementary color
Monochromatic Colors of #29E5D8
Black with #29E5D8
Text Example
Text Example
White with #29E5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E5D8; }
p { color: rgb(41,229,216); }
H1.HeaderClassName
{
color: #29E5D8;
}
.AnyTagClassName
{
color: #29E5D8;
}
</style>
background-color css
<style>
a { background-color: #29E5D8; }
a { background-color: rgb(41,229,216); }
div.DivClassName
{
background-color: #29E5D8;
}
.BgClassName
{
background-color: #29E5D8;
}
</style>
border-color css
<style>
span { border-color: #29E5D8; }
span { border-color: rgb(41,229,216); }
td.TdClassName
{
border-color: #29E5D8;
}
.TagClassName
{
border-color: #29E5D8;
}
</style>