Shades of Turquoise #29E6CE
Tints of Turquoise #29E6CE
RGB
CMYK
RGB Variations
Color information
#29E6CE (or 0x29E6CE) is known color: Turquoise. HEX triplet: 29, E6 and CE. RGB value is (41,230,206). Sum of RGB (Red+Green+Blue) = 41+230+206=477 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.60% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6CE is #D61931. Grayscale: #AAAAAA. Windows color (decimal): -14031154 or 13559337. OLE color: 13559337.
HSL color Cylindrical-coordinate representation of color #29E6CE: hue angle of 172.38º degrees, saturation: 0.79, 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 #29E6CE is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 230 | 206 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.10 |
| HSL | 172.38º | 0.79% | 0.53% | - |
| HSV(B) | 172.38º | 0.82% | 0.9% | - |
| XYZ | 40.35 | 61.52 | 68.14 | - |
| YUV | 170.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 230 | 206 | 0.82 | 0 | 0.10 | 0.10 | 172.38 | 0.79 | 0.53 |
| Hex | 29 | E6 | CE | 52 | 0 | A | A | AC | 4F | 35 |
| Octal | 51 | 346 | 316 | 122 | 0 | 12 | 12 | 254 | 117 | 65 |
| Binary | 101001 | 11100110 | 11001110 | 1010010 | 0 | 1010 | 1010 | 10101100 | 1001111 | 110101 |
Color Harmonies of #29E6CE
Complementary color
Monochromatic Colors of #29E6CE
Black with #29E6CE
Text Example
Text Example
White with #29E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E6CE; }
p { color: rgb(41,230,206); }
H1.HeaderClassName
{
color: #29E6CE;
}
.AnyTagClassName
{
color: #29E6CE;
}
</style>
background-color css
<style>
a { background-color: #29E6CE; }
a { background-color: rgb(41,230,206); }
div.DivClassName
{
background-color: #29E6CE;
}
.BgClassName
{
background-color: #29E6CE;
}
</style>
border-color css
<style>
span { border-color: #29E6CE; }
span { border-color: rgb(41,230,206); }
td.TdClassName
{
border-color: #29E6CE;
}
.TagClassName
{
border-color: #29E6CE;
}
</style>