Shades of Turquoise #29D9BA
Tints of Turquoise #29D9BA
RGB
CMYK
RGB Variations
Color information
#29D9BA (or 0x29D9BA) is known color: Turquoise. HEX triplet: 29, D9 and BA. RGB value is (41,217,186). Sum of RGB (Red+Green+Blue) = 41+217+186=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #29D9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D9BA is #D62645. Grayscale: #A0A0A0. Windows color (decimal): -14034502 or 12245289. OLE color: 12245289.
HSL color Cylindrical-coordinate representation of color #29D9BA: hue angle of 169.43º degrees, saturation: 0.7, 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 #29D9BA is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 217 | 186 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.15 |
| HSL | 169.43º | 0.7% | 0.51% | - |
| HSV(B) | 169.43º | 0.81% | 0.85% | - |
| XYZ | 34.59 | 53.64 | 54.99 | - |
| YUV | 160.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 217 | 186 | 0.81 | 0 | 0.14 | 0.15 | 169.43 | 0.7 | 0.51 |
| Hex | 29 | D9 | BA | 51 | 0 | E | F | A9 | 46 | 33 |
| Octal | 51 | 331 | 272 | 121 | 0 | 16 | 17 | 251 | 106 | 63 |
| Binary | 101001 | 11011001 | 10111010 | 1010001 | 0 | 1110 | 1111 | 10101001 | 1000110 | 110011 |
Color Harmonies of #29D9BA
Complementary color
Monochromatic Colors of #29D9BA
Black with #29D9BA
Text Example
Text Example
White with #29D9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D9BA; }
p { color: rgb(41,217,186); }
H1.HeaderClassName
{
color: #29D9BA;
}
.AnyTagClassName
{
color: #29D9BA;
}
</style>
background-color css
<style>
a { background-color: #29D9BA; }
a { background-color: rgb(41,217,186); }
div.DivClassName
{
background-color: #29D9BA;
}
.BgClassName
{
background-color: #29D9BA;
}
</style>
border-color css
<style>
span { border-color: #29D9BA; }
span { border-color: rgb(41,217,186); }
td.TdClassName
{
border-color: #29D9BA;
}
.TagClassName
{
border-color: #29D9BA;
}
</style>