Shades of Medium Turquoise #29CAC5
Tints of Medium Turquoise #29CAC5
RGB
CMYK
RGB Variations
Color information
#29CAC5 (or 0x29CAC5) is known color: Medium Turquoise. HEX triplet: 29, CA and C5. RGB value is (41,202,197). Sum of RGB (Red+Green+Blue) = 41+202+197=440 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.32% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #29CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CAC5 is #D6353A. Grayscale: #999999. Windows color (decimal): -14038331 or 12962345. OLE color: 12962345.
HSL color Cylindrical-coordinate representation of color #29CAC5: hue angle of 178.14º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CAC5 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 202 | 197 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.21 |
| HSL | 178.14º | 0.66% | 0.48% | - |
| HSV(B) | 178.14º | 0.8% | 0.79% | - |
| XYZ | 32.11 | 46.74 | 60.15 | - |
| YUV | 153.29 | 152.66 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 202 | 197 | 0.80 | 0 | 0.02 | 0.21 | 178.14 | 0.66 | 0.48 |
| Hex | 29 | CA | C5 | 50 | 0 | 2 | 15 | B2 | 42 | 30 |
| Octal | 51 | 312 | 305 | 120 | 0 | 2 | 25 | 262 | 102 | 60 |
| Binary | 101001 | 11001010 | 11000101 | 1010000 | 0 | 10 | 10101 | 10110010 | 1000010 | 110000 |
Color Harmonies of #29CAC5
Complementary color
Monochromatic Colors of #29CAC5
Black with #29CAC5
Text Example
Text Example
White with #29CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CAC5; }
p { color: rgb(41,202,197); }
H1.HeaderClassName
{
color: #29CAC5;
}
.AnyTagClassName
{
color: #29CAC5;
}
</style>
background-color css
<style>
a { background-color: #29CAC5; }
a { background-color: rgb(41,202,197); }
div.DivClassName
{
background-color: #29CAC5;
}
.BgClassName
{
background-color: #29CAC5;
}
</style>
border-color css
<style>
span { border-color: #29CAC5; }
span { border-color: rgb(41,202,197); }
td.TdClassName
{
border-color: #29CAC5;
}
.TagClassName
{
border-color: #29CAC5;
}
</style>