Shades of Turquoise #29DDD9
Tints of Turquoise #29DDD9
RGB
CMYK
RGB Variations
Color information
#29DDD9 (or 0x29DDD9) is known color: Turquoise. HEX triplet: 29, DD and D9. RGB value is (41,221,217). Sum of RGB (Red+Green+Blue) = 41+221+217=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #29DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DDD9 is #D62226. Grayscale: #A6A6A6. Windows color (decimal): -14033447 or 14277929. OLE color: 14277929.
HSL color Cylindrical-coordinate representation of color #29DDD9: hue angle of 178.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DDD9 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 217 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.13 |
| HSL | 178.67º | 0.73% | 0.51% | - |
| HSV(B) | 178.67º | 0.81% | 0.87% | - |
| XYZ | 39.3 | 57.19 | 74.61 | - |
| YUV | 166.72 | 156.37 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 217 | 0.81 | 0 | 0.02 | 0.13 | 178.67 | 0.73 | 0.51 |
| Hex | 29 | DD | D9 | 51 | 0 | 2 | D | B3 | 49 | 33 |
| Octal | 51 | 335 | 331 | 121 | 0 | 2 | 15 | 263 | 111 | 63 |
| Binary | 101001 | 11011101 | 11011001 | 1010001 | 0 | 10 | 1101 | 10110011 | 1001001 | 110011 |
Color Harmonies of #29DDD9
Complementary color
Monochromatic Colors of #29DDD9
Black with #29DDD9
Text Example
Text Example
White with #29DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DDD9; }
p { color: rgb(41,221,217); }
H1.HeaderClassName
{
color: #29DDD9;
}
.AnyTagClassName
{
color: #29DDD9;
}
</style>
background-color css
<style>
a { background-color: #29DDD9; }
a { background-color: rgb(41,221,217); }
div.DivClassName
{
background-color: #29DDD9;
}
.BgClassName
{
background-color: #29DDD9;
}
</style>
border-color css
<style>
span { border-color: #29DDD9; }
span { border-color: rgb(41,221,217); }
td.TdClassName
{
border-color: #29DDD9;
}
.TagClassName
{
border-color: #29DDD9;
}
</style>