Shades of Turquoise #29CFCE
Tints of Turquoise #29CFCE
RGB
CMYK
RGB Variations
Color information
#29CFCE (or 0x29CFCE) is known color: Turquoise. HEX triplet: 29, CF and CE. RGB value is (41,207,206). Sum of RGB (Red+Green+Blue) = 41+207+206=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #29CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CFCE is #D63031. Grayscale: #9D9D9D. Windows color (decimal): -14037042 or 13553449. OLE color: 13553449.
HSL color Cylindrical-coordinate representation of color #29CFCE: hue angle of 179.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CFCE is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 206 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.19 |
| HSL | 179.64º | 0.67% | 0.49% | - |
| HSV(B) | 179.64º | 0.8% | 0.81% | - |
| XYZ | 34.37 | 49.55 | 66.15 | - |
| YUV | 157.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 206 | 0.80 | 0 | 0.00 | 0.19 | 179.64 | 0.67 | 0.49 |
| Hex | 29 | CF | CE | 50 | 0 | 0 | 13 | B4 | 43 | 31 |
| Octal | 51 | 317 | 316 | 120 | 0 | 0 | 23 | 264 | 103 | 61 |
| Binary | 101001 | 11001111 | 11001110 | 1010000 | 0 | 0 | 10011 | 10110100 | 1000011 | 110001 |
Color Harmonies of #29CFCE
Complementary color
Monochromatic Colors of #29CFCE
Black with #29CFCE
Text Example
Text Example
White with #29CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CFCE; }
p { color: rgb(41,207,206); }
H1.HeaderClassName
{
color: #29CFCE;
}
.AnyTagClassName
{
color: #29CFCE;
}
</style>
background-color css
<style>
a { background-color: #29CFCE; }
a { background-color: rgb(41,207,206); }
div.DivClassName
{
background-color: #29CFCE;
}
.BgClassName
{
background-color: #29CFCE;
}
</style>
border-color css
<style>
span { border-color: #29CFCE; }
span { border-color: rgb(41,207,206); }
td.TdClassName
{
border-color: #29CFCE;
}
.TagClassName
{
border-color: #29CFCE;
}
</style>