Shades of Turquoise #29DAB9
Tints of Turquoise #29DAB9
RGB
CMYK
RGB Variations
Color information
#29DAB9 (or 0x29DAB9) is known color: Turquoise. HEX triplet: 29, DA and B9. RGB value is (41,218,185). Sum of RGB (Red+Green+Blue) = 41+218+185=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #29DAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DAB9 is #D62546. Grayscale: #A1A1A1. Windows color (decimal): -14034247 or 12180009. OLE color: 12180009.
HSL color Cylindrical-coordinate representation of color #29DAB9: hue angle of 168.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DAB9 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 218 | 185 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.15 |
| HSL | 168.81º | 0.71% | 0.51% | - |
| HSV(B) | 168.81º | 0.81% | 0.85% | - |
| XYZ | 34.74 | 54.12 | 54.51 | - |
| YUV | 161.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 218 | 185 | 0.81 | 0 | 0.15 | 0.15 | 168.81 | 0.71 | 0.51 |
| Hex | 29 | DA | B9 | 51 | 0 | F | F | A9 | 47 | 33 |
| Octal | 51 | 332 | 271 | 121 | 0 | 17 | 17 | 251 | 107 | 63 |
| Binary | 101001 | 11011010 | 10111001 | 1010001 | 0 | 1111 | 1111 | 10101001 | 1000111 | 110011 |
Color Harmonies of #29DAB9
Complementary color
Monochromatic Colors of #29DAB9
Black with #29DAB9
Text Example
Text Example
White with #29DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DAB9; }
p { color: rgb(41,218,185); }
H1.HeaderClassName
{
color: #29DAB9;
}
.AnyTagClassName
{
color: #29DAB9;
}
</style>
background-color css
<style>
a { background-color: #29DAB9; }
a { background-color: rgb(41,218,185); }
div.DivClassName
{
background-color: #29DAB9;
}
.BgClassName
{
background-color: #29DAB9;
}
</style>
border-color css
<style>
span { border-color: #29DAB9; }
span { border-color: rgb(41,218,185); }
td.TdClassName
{
border-color: #29DAB9;
}
.TagClassName
{
border-color: #29DAB9;
}
</style>