Shades of Turquoise #29DBB9
Tints of Turquoise #29DBB9
RGB
CMYK
RGB Variations
Color information
#29DBB9 (or 0x29DBB9) is known color: Turquoise. HEX triplet: 29, DB and B9. RGB value is (41,219,185). Sum of RGB (Red+Green+Blue) = 41+219+185=445 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.21% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBB9 is #D62446. Grayscale: #A1A1A1. Windows color (decimal): -14033991 or 12180265. OLE color: 12180265.
HSL color Cylindrical-coordinate representation of color #29DBB9: hue angle of 168.54º 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 #29DBB9 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 185 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.14 |
| HSL | 168.54º | 0.71% | 0.51% | - |
| HSV(B) | 168.54º | 0.81% | 0.86% | - |
| XYZ | 35 | 54.64 | 54.6 | - |
| YUV | 161.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 185 | 0.81 | 0 | 0.16 | 0.14 | 168.54 | 0.71 | 0.51 |
| Hex | 29 | DB | B9 | 51 | 0 | 10 | E | A9 | 47 | 33 |
| Octal | 51 | 333 | 271 | 121 | 0 | 20 | 16 | 251 | 107 | 63 |
| Binary | 101001 | 11011011 | 10111001 | 1010001 | 0 | 10000 | 1110 | 10101001 | 1000111 | 110011 |
Color Harmonies of #29DBB9
Complementary color
Monochromatic Colors of #29DBB9
Black with #29DBB9
Text Example
Text Example
White with #29DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBB9; }
p { color: rgb(41,219,185); }
H1.HeaderClassName
{
color: #29DBB9;
}
.AnyTagClassName
{
color: #29DBB9;
}
</style>
background-color css
<style>
a { background-color: #29DBB9; }
a { background-color: rgb(41,219,185); }
div.DivClassName
{
background-color: #29DBB9;
}
.BgClassName
{
background-color: #29DBB9;
}
</style>
border-color css
<style>
span { border-color: #29DBB9; }
span { border-color: rgb(41,219,185); }
td.TdClassName
{
border-color: #29DBB9;
}
.TagClassName
{
border-color: #29DBB9;
}
</style>