Shades of Turquoise #29E6CF
Tints of Turquoise #29E6CF
RGB
CMYK
RGB Variations
Color information
#29E6CF (or 0x29E6CF) is known color: Turquoise. HEX triplet: 29, E6 and CF. RGB value is (41,230,207). Sum of RGB (Red+Green+Blue) = 41+230+207=478 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.58% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6CF is #D61930. Grayscale: #AAAAAA. Windows color (decimal): -14031153 or 13624873. OLE color: 13624873.
HSL color Cylindrical-coordinate representation of color #29E6CF: hue angle of 172.7º 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 #29E6CF is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 230 | 207 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.10 |
| HSL | 172.7º | 0.79% | 0.53% | - |
| HSV(B) | 172.7º | 0.82% | 0.9% | - |
| XYZ | 40.47 | 61.57 | 68.78 | - |
| YUV | 170.87 | 148.38 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 230 | 207 | 0.82 | 0 | 0.10 | 0.10 | 172.7 | 0.79 | 0.53 |
| Hex | 29 | E6 | CF | 52 | 0 | A | A | AD | 4F | 35 |
| Octal | 51 | 346 | 317 | 122 | 0 | 12 | 12 | 255 | 117 | 65 |
| Binary | 101001 | 11100110 | 11001111 | 1010010 | 0 | 1010 | 1010 | 10101101 | 1001111 | 110101 |
Color Harmonies of #29E6CF
Complementary color
Monochromatic Colors of #29E6CF
Black with #29E6CF
Text Example
Text Example
White with #29E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E6CF; }
p { color: rgb(41,230,207); }
H1.HeaderClassName
{
color: #29E6CF;
}
.AnyTagClassName
{
color: #29E6CF;
}
</style>
background-color css
<style>
a { background-color: #29E6CF; }
a { background-color: rgb(41,230,207); }
div.DivClassName
{
background-color: #29E6CF;
}
.BgClassName
{
background-color: #29E6CF;
}
</style>
border-color css
<style>
span { border-color: #29E6CF; }
span { border-color: rgb(41,230,207); }
td.TdClassName
{
border-color: #29E6CF;
}
.TagClassName
{
border-color: #29E6CF;
}
</style>