Shades of Medium Turquoise #29CBCD
Tints of Medium Turquoise #29CBCD
RGB
CMYK
RGB Variations
Color information
#29CBCD (or 0x29CBCD) is known color: Medium Turquoise. HEX triplet: 29, CB and CD. RGB value is (41,203,205). Sum of RGB (Red+Green+Blue) = 41+203+205=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #29CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CBCD is #D63432. Grayscale: #9A9A9A. Windows color (decimal): -14038067 or 13486889. OLE color: 13486889.
HSL color Cylindrical-coordinate representation of color #29CBCD: hue angle of 180.73º 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 #29CBCD is Cyan = 0.8, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 203 | 205 | - |
| CMYK | 0.8 | 0.01 | 0 | 0.20 |
| HSL | 180.73º | 0.67% | 0.48% | - |
| HSV(B) | 180.73º | 0.8% | 0.8% | - |
| XYZ | 33.29 | 47.59 | 65.19 | - |
| YUV | 154.79 | 156.33 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 205 | 0.8 | 0.01 | 0 | 0.20 | 180.73 | 0.67 | 0.48 |
| Hex | 29 | CB | CD | 50 | 1 | 0 | 14 | B5 | 43 | 30 |
| Octal | 51 | 313 | 315 | 120 | 1 | 0 | 24 | 265 | 103 | 60 |
| Binary | 101001 | 11001011 | 11001101 | 1010000 | 1 | 0 | 10100 | 10110101 | 1000011 | 110000 |
Color Harmonies of #29CBCD
Complementary color
Monochromatic Colors of #29CBCD
Black with #29CBCD
Text Example
Text Example
White with #29CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CBCD; }
p { color: rgb(41,203,205); }
H1.HeaderClassName
{
color: #29CBCD;
}
.AnyTagClassName
{
color: #29CBCD;
}
</style>
background-color css
<style>
a { background-color: #29CBCD; }
a { background-color: rgb(41,203,205); }
div.DivClassName
{
background-color: #29CBCD;
}
.BgClassName
{
background-color: #29CBCD;
}
</style>
border-color css
<style>
span { border-color: #29CBCD; }
span { border-color: rgb(41,203,205); }
td.TdClassName
{
border-color: #29CBCD;
}
.TagClassName
{
border-color: #29CBCD;
}
</style>