Shades of Turquoise #29D9D0
Tints of Turquoise #29D9D0
RGB
CMYK
RGB Variations
Color information
#29D9D0 (or 0x29D9D0) is known color: Turquoise. HEX triplet: 29, D9 and D0. RGB value is (41,217,208). Sum of RGB (Red+Green+Blue) = 41+217+208=466 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.80% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #29D9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D9D0 is #D6262F. Grayscale: #A3A3A3. Windows color (decimal): -14034480 or 13687081. OLE color: 13687081.
HSL color Cylindrical-coordinate representation of color #29D9D0: hue angle of 176.93º 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 #29D9D0 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 217 | 208 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.15 |
| HSL | 176.93º | 0.7% | 0.51% | - |
| HSV(B) | 176.93º | 0.81% | 0.85% | - |
| XYZ | 37.11 | 54.65 | 68.27 | - |
| YUV | 163.35 | 153.19 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 217 | 208 | 0.81 | 0 | 0.04 | 0.15 | 176.93 | 0.7 | 0.51 |
| Hex | 29 | D9 | D0 | 51 | 0 | 4 | F | B1 | 46 | 33 |
| Octal | 51 | 331 | 320 | 121 | 0 | 4 | 17 | 261 | 106 | 63 |
| Binary | 101001 | 11011001 | 11010000 | 1010001 | 0 | 100 | 1111 | 10110001 | 1000110 | 110011 |
Color Harmonies of #29D9D0
Complementary color
Monochromatic Colors of #29D9D0
Black with #29D9D0
Text Example
Text Example
White with #29D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D9D0; }
p { color: rgb(41,217,208); }
H1.HeaderClassName
{
color: #29D9D0;
}
.AnyTagClassName
{
color: #29D9D0;
}
</style>
background-color css
<style>
a { background-color: #29D9D0; }
a { background-color: rgb(41,217,208); }
div.DivClassName
{
background-color: #29D9D0;
}
.BgClassName
{
background-color: #29D9D0;
}
</style>
border-color css
<style>
span { border-color: #29D9D0; }
span { border-color: rgb(41,217,208); }
td.TdClassName
{
border-color: #29D9D0;
}
.TagClassName
{
border-color: #29D9D0;
}
</style>