Shades of Medium Turquoise #29C9CB
Tints of Medium Turquoise #29C9CB
RGB
CMYK
RGB Variations
Color information
#29C9CB (or 0x29C9CB) is known color: Medium Turquoise. HEX triplet: 29, C9 and CB. RGB value is (41,201,203). Sum of RGB (Red+Green+Blue) = 41+201+203=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #29C9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C9CB is #D63634. Grayscale: #999999. Windows color (decimal): -14038581 or 13355305. OLE color: 13355305.
HSL color Cylindrical-coordinate representation of color #29C9CB: hue angle of 180.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C9CB is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 201 | 203 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.20 |
| HSL | 180.74º | 0.66% | 0.48% | - |
| HSV(B) | 180.74º | 0.8% | 0.8% | - |
| XYZ | 32.58 | 46.56 | 63.77 | - |
| YUV | 153.39 | 155.99 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 203 | 0.80 | 0.01 | 0 | 0.20 | 180.74 | 0.66 | 0.48 |
| Hex | 29 | C9 | CB | 50 | 1 | 0 | 14 | B5 | 42 | 30 |
| Octal | 51 | 311 | 313 | 120 | 1 | 0 | 24 | 265 | 102 | 60 |
| Binary | 101001 | 11001001 | 11001011 | 1010000 | 1 | 0 | 10100 | 10110101 | 1000010 | 110000 |
Color Harmonies of #29C9CB
Complementary color
Monochromatic Colors of #29C9CB
Black with #29C9CB
Text Example
Text Example
White with #29C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C9CB; }
p { color: rgb(41,201,203); }
H1.HeaderClassName
{
color: #29C9CB;
}
.AnyTagClassName
{
color: #29C9CB;
}
</style>
background-color css
<style>
a { background-color: #29C9CB; }
a { background-color: rgb(41,201,203); }
div.DivClassName
{
background-color: #29C9CB;
}
.BgClassName
{
background-color: #29C9CB;
}
</style>
border-color css
<style>
span { border-color: #29C9CB; }
span { border-color: rgb(41,201,203); }
td.TdClassName
{
border-color: #29C9CB;
}
.TagClassName
{
border-color: #29C9CB;
}
</style>