Shades of Turquoise #29D2BD
Tints of Turquoise #29D2BD
RGB
CMYK
RGB Variations
Color information
#29D2BD (or 0x29D2BD) is known color: Turquoise. HEX triplet: 29, D2 and BD. RGB value is (41,210,189). Sum of RGB (Red+Green+Blue) = 41+210+189=440 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.32% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #29D2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D2BD is #D62D42. Grayscale: #9C9C9C. Windows color (decimal): -14036291 or 12440105. OLE color: 12440105.
HSL color Cylindrical-coordinate representation of color #29D2BD: hue angle of 172.54º 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 #29D2BD is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 210 | 189 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.18 |
| HSL | 172.54º | 0.67% | 0.49% | - |
| HSV(B) | 172.54º | 0.8% | 0.82% | - |
| XYZ | 33.15 | 50.24 | 56.09 | - |
| YUV | 157.08 | 146.01 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 189 | 0.80 | 0 | 0.10 | 0.18 | 172.54 | 0.67 | 0.49 |
| Hex | 29 | D2 | BD | 50 | 0 | A | 12 | AD | 43 | 31 |
| Octal | 51 | 322 | 275 | 120 | 0 | 12 | 22 | 255 | 103 | 61 |
| Binary | 101001 | 11010010 | 10111101 | 1010000 | 0 | 1010 | 10010 | 10101101 | 1000011 | 110001 |
Color Harmonies of #29D2BD
Complementary color
Monochromatic Colors of #29D2BD
Black with #29D2BD
Text Example
Text Example
White with #29D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D2BD; }
p { color: rgb(41,210,189); }
H1.HeaderClassName
{
color: #29D2BD;
}
.AnyTagClassName
{
color: #29D2BD;
}
</style>
background-color css
<style>
a { background-color: #29D2BD; }
a { background-color: rgb(41,210,189); }
div.DivClassName
{
background-color: #29D2BD;
}
.BgClassName
{
background-color: #29D2BD;
}
</style>
border-color css
<style>
span { border-color: #29D2BD; }
span { border-color: rgb(41,210,189); }
td.TdClassName
{
border-color: #29D2BD;
}
.TagClassName
{
border-color: #29D2BD;
}
</style>