Shades of Turquoise #29DBC0
Tints of Turquoise #29DBC0
RGB
CMYK
RGB Variations
Color information
#29DBC0 (or 0x29DBC0) is known color: Turquoise. HEX triplet: 29, DB and C0. RGB value is (41,219,192). Sum of RGB (Red+Green+Blue) = 41+219+192=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBC0 is #D6243F. Grayscale: #A2A2A2. Windows color (decimal): -14033984 or 12639017. OLE color: 12639017.
HSL color Cylindrical-coordinate representation of color #29DBC0: hue angle of 170.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DBC0 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 192 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.14 |
| HSL | 170.9º | 0.71% | 0.51% | - |
| HSV(B) | 170.9º | 0.81% | 0.86% | - |
| XYZ | 35.76 | 54.94 | 58.59 | - |
| YUV | 162.7 | 144.53 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 192 | 0.81 | 0 | 0.12 | 0.14 | 170.9 | 0.71 | 0.51 |
| Hex | 29 | DB | C0 | 51 | 0 | C | E | AB | 47 | 33 |
| Octal | 51 | 333 | 300 | 121 | 0 | 14 | 16 | 253 | 107 | 63 |
| Binary | 101001 | 11011011 | 11000000 | 1010001 | 0 | 1100 | 1110 | 10101011 | 1000111 | 110011 |
Color Harmonies of #29DBC0
Complementary color
Monochromatic Colors of #29DBC0
Black with #29DBC0
Text Example
Text Example
White with #29DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBC0; }
p { color: rgb(41,219,192); }
H1.HeaderClassName
{
color: #29DBC0;
}
.AnyTagClassName
{
color: #29DBC0;
}
</style>
background-color css
<style>
a { background-color: #29DBC0; }
a { background-color: rgb(41,219,192); }
div.DivClassName
{
background-color: #29DBC0;
}
.BgClassName
{
background-color: #29DBC0;
}
</style>
border-color css
<style>
span { border-color: #29DBC0; }
span { border-color: rgb(41,219,192); }
td.TdClassName
{
border-color: #29DBC0;
}
.TagClassName
{
border-color: #29DBC0;
}
</style>