Shades of Medium Turquoise #29C5CC
Tints of Medium Turquoise #29C5CC
RGB
CMYK
RGB Variations
Color information
#29C5CC (or 0x29C5CC) is known color: Medium Turquoise. HEX triplet: 29, C5 and CC. RGB value is (41,197,204). Sum of RGB (Red+Green+Blue) = 41+197+204=442 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.28% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #29C5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C5CC is #D63A33. Grayscale: #969696. Windows color (decimal): -14039604 or 13419817. OLE color: 13419817.
HSL color Cylindrical-coordinate representation of color #29C5CC: hue angle of 182.58º 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 #29C5CC is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 197 | 204 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.2 |
| HSL | 182.58º | 0.67% | 0.48% | - |
| HSV(B) | 182.58º | 0.8% | 0.8% | - |
| XYZ | 31.78 | 44.76 | 64.09 | - |
| YUV | 151.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 197 | 204 | 0.80 | 0.03 | 0 | 0.2 | 182.58 | 0.67 | 0.48 |
| Hex | 29 | C5 | CC | 50 | 3 | 0 | 14 | B7 | 43 | 30 |
| Octal | 51 | 305 | 314 | 120 | 3 | 0 | 24 | 267 | 103 | 60 |
| Binary | 101001 | 11000101 | 11001100 | 1010000 | 11 | 0 | 10100 | 10110111 | 1000011 | 110000 |
Color Harmonies of #29C5CC
Complementary color
Monochromatic Colors of #29C5CC
Black with #29C5CC
Text Example
Text Example
White with #29C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C5CC; }
p { color: rgb(41,197,204); }
H1.HeaderClassName
{
color: #29C5CC;
}
.AnyTagClassName
{
color: #29C5CC;
}
</style>
background-color css
<style>
a { background-color: #29C5CC; }
a { background-color: rgb(41,197,204); }
div.DivClassName
{
background-color: #29C5CC;
}
.BgClassName
{
background-color: #29C5CC;
}
</style>
border-color css
<style>
span { border-color: #29C5CC; }
span { border-color: rgb(41,197,204); }
td.TdClassName
{
border-color: #29C5CC;
}
.TagClassName
{
border-color: #29C5CC;
}
</style>