Shades of Turquoise #29ECDD
Tints of Turquoise #29ECDD
RGB
CMYK
RGB Variations
Color information
#29ECDD (or 0x29ECDD) is known color: Turquoise. HEX triplet: 29, EC and DD. RGB value is (41,236,221). Sum of RGB (Red+Green+Blue) = 41+236+221=498 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.23% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECDD is #D61322. Grayscale: #AFAFAF. Windows color (decimal): -14029603 or 14543913. OLE color: 14543913.
HSL color Cylindrical-coordinate representation of color #29ECDD: hue angle of 175.38º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECDD is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 236 | 221 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.07 |
| HSL | 175.38º | 0.84% | 0.54% | - |
| HSV(B) | 175.38º | 0.83% | 0.93% | - |
| XYZ | 43.96 | 65.68 | 78.77 | - |
| YUV | 175.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 236 | 221 | 0.83 | 0 | 0.06 | 0.07 | 175.38 | 0.84 | 0.54 |
| Hex | 29 | EC | DD | 53 | 0 | 6 | 7 | AF | 54 | 36 |
| Octal | 51 | 354 | 335 | 123 | 0 | 6 | 7 | 257 | 124 | 66 |
| Binary | 101001 | 11101100 | 11011101 | 1010011 | 0 | 110 | 111 | 10101111 | 1010100 | 110110 |
Color Harmonies of #29ECDD
Complementary color
Monochromatic Colors of #29ECDD
Black with #29ECDD
Text Example
Text Example
White with #29ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ECDD; }
p { color: rgb(41,236,221); }
H1.HeaderClassName
{
color: #29ECDD;
}
.AnyTagClassName
{
color: #29ECDD;
}
</style>
background-color css
<style>
a { background-color: #29ECDD; }
a { background-color: rgb(41,236,221); }
div.DivClassName
{
background-color: #29ECDD;
}
.BgClassName
{
background-color: #29ECDD;
}
</style>
border-color css
<style>
span { border-color: #29ECDD; }
span { border-color: rgb(41,236,221); }
td.TdClassName
{
border-color: #29ECDD;
}
.TagClassName
{
border-color: #29ECDD;
}
</style>