Shades of Medium Turquoise #29CACC
Tints of Medium Turquoise #29CACC
RGB
CMYK
RGB Variations
Color information
#29CACC (or 0x29CACC) is known color: Medium Turquoise. HEX triplet: 29, CA and CC. RGB value is (41,202,204). Sum of RGB (Red+Green+Blue) = 41+202+204=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #29CACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CACC is #D63533. Grayscale: #999999. Windows color (decimal): -14038324 or 13421097. OLE color: 13421097.
HSL color Cylindrical-coordinate representation of color #29CACC: hue angle of 180.74º degrees, saturation: 0.67, 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 #29CACC is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 202 | 204 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.2 |
| HSL | 180.74º | 0.67% | 0.48% | - |
| HSV(B) | 180.74º | 0.8% | 0.8% | - |
| XYZ | 32.93 | 47.07 | 64.48 | - |
| YUV | 154.09 | 156.16 | 47.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 202 | 204 | 0.80 | 0.01 | 0 | 0.2 | 180.74 | 0.67 | 0.48 |
| Hex | 29 | CA | CC | 50 | 1 | 0 | 14 | B5 | 43 | 30 |
| Octal | 51 | 312 | 314 | 120 | 1 | 0 | 24 | 265 | 103 | 60 |
| Binary | 101001 | 11001010 | 11001100 | 1010000 | 1 | 0 | 10100 | 10110101 | 1000011 | 110000 |
Color Harmonies of #29CACC
Complementary color
Monochromatic Colors of #29CACC
Black with #29CACC
Text Example
Text Example
White with #29CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CACC; }
p { color: rgb(41,202,204); }
H1.HeaderClassName
{
color: #29CACC;
}
.AnyTagClassName
{
color: #29CACC;
}
</style>
background-color css
<style>
a { background-color: #29CACC; }
a { background-color: rgb(41,202,204); }
div.DivClassName
{
background-color: #29CACC;
}
.BgClassName
{
background-color: #29CACC;
}
</style>
border-color css
<style>
span { border-color: #29CACC; }
span { border-color: rgb(41,202,204); }
td.TdClassName
{
border-color: #29CACC;
}
.TagClassName
{
border-color: #29CACC;
}
</style>