Shades of Turquoise #29D0BA
Tints of Turquoise #29D0BA
RGB
CMYK
RGB Variations
Color information
#29D0BA (or 0x29D0BA) is known color: Turquoise. HEX triplet: 29, D0 and BA. RGB value is (41,208,186). Sum of RGB (Red+Green+Blue) = 41+208+186=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #29D0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D0BA is #D62F45. Grayscale: #9B9B9B. Windows color (decimal): -14036806 or 12242985. OLE color: 12242985.
HSL color Cylindrical-coordinate representation of color #29D0BA: hue angle of 172.1º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D0BA is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 208 | 186 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.18 |
| HSL | 172.1º | 0.67% | 0.49% | - |
| HSV(B) | 172.1º | 0.8% | 0.82% | - |
| XYZ | 32.33 | 49.13 | 54.23 | - |
| YUV | 155.56 | 145.17 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 208 | 186 | 0.80 | 0 | 0.11 | 0.18 | 172.1 | 0.67 | 0.49 |
| Hex | 29 | D0 | BA | 50 | 0 | B | 12 | AC | 43 | 31 |
| Octal | 51 | 320 | 272 | 120 | 0 | 13 | 22 | 254 | 103 | 61 |
| Binary | 101001 | 11010000 | 10111010 | 1010000 | 0 | 1011 | 10010 | 10101100 | 1000011 | 110001 |
Color Harmonies of #29D0BA
Complementary color
Monochromatic Colors of #29D0BA
Black with #29D0BA
Text Example
Text Example
White with #29D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D0BA; }
p { color: rgb(41,208,186); }
H1.HeaderClassName
{
color: #29D0BA;
}
.AnyTagClassName
{
color: #29D0BA;
}
</style>
background-color css
<style>
a { background-color: #29D0BA; }
a { background-color: rgb(41,208,186); }
div.DivClassName
{
background-color: #29D0BA;
}
.BgClassName
{
background-color: #29D0BA;
}
</style>
border-color css
<style>
span { border-color: #29D0BA; }
span { border-color: rgb(41,208,186); }
td.TdClassName
{
border-color: #29D0BA;
}
.TagClassName
{
border-color: #29D0BA;
}
</style>