Shades of Medium Turquoise #29C9CE
Tints of Medium Turquoise #29C9CE
RGB
CMYK
RGB Variations
Color information
#29C9CE (or 0x29C9CE) is known color: Medium Turquoise. HEX triplet: 29, C9 and CE. RGB value is (41,201,206). Sum of RGB (Red+Green+Blue) = 41+201+206=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #29C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C9CE is #D63631. Grayscale: #999999. Windows color (decimal): -14038578 or 13551913. OLE color: 13551913.
HSL color Cylindrical-coordinate representation of color #29C9CE: hue angle of 181.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C9CE is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 201 | 206 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.19 |
| HSL | 181.82º | 0.67% | 0.48% | - |
| HSV(B) | 181.82º | 0.8% | 0.81% | - |
| XYZ | 32.94 | 46.7 | 65.67 | - |
| YUV | 153.73 | 157.49 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 206 | 0.80 | 0.02 | 0 | 0.19 | 181.82 | 0.67 | 0.48 |
| Hex | 29 | C9 | CE | 50 | 2 | 0 | 13 | B6 | 43 | 30 |
| Octal | 51 | 311 | 316 | 120 | 2 | 0 | 23 | 266 | 103 | 60 |
| Binary | 101001 | 11001001 | 11001110 | 1010000 | 10 | 0 | 10011 | 10110110 | 1000011 | 110000 |
Color Harmonies of #29C9CE
Complementary color
Monochromatic Colors of #29C9CE
Black with #29C9CE
Text Example
Text Example
White with #29C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C9CE; }
p { color: rgb(41,201,206); }
H1.HeaderClassName
{
color: #29C9CE;
}
.AnyTagClassName
{
color: #29C9CE;
}
</style>
background-color css
<style>
a { background-color: #29C9CE; }
a { background-color: rgb(41,201,206); }
div.DivClassName
{
background-color: #29C9CE;
}
.BgClassName
{
background-color: #29C9CE;
}
</style>
border-color css
<style>
span { border-color: #29C9CE; }
span { border-color: rgb(41,201,206); }
td.TdClassName
{
border-color: #29C9CE;
}
.TagClassName
{
border-color: #29C9CE;
}
</style>