Shades of Turquoise #29E6DD
Tints of Turquoise #29E6DD
RGB
CMYK
RGB Variations
Color information
#29E6DD (or 0x29E6DD) is known color: Turquoise. HEX triplet: 29, E6 and DD. RGB value is (41,230,221). Sum of RGB (Red+Green+Blue) = 41+230+221=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6DD is #D61922. Grayscale: #ACACAC. Windows color (decimal): -14031139 or 14542377. OLE color: 14542377.
HSL color Cylindrical-coordinate representation of color #29E6DD: hue angle of 177.14º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E6DD is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 230 | 221 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.10 |
| HSL | 177.14º | 0.79% | 0.53% | - |
| HSV(B) | 177.14º | 0.82% | 0.9% | - |
| XYZ | 42.26 | 62.29 | 78.2 | - |
| YUV | 172.46 | 155.38 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 230 | 221 | 0.82 | 0 | 0.04 | 0.10 | 177.14 | 0.79 | 0.53 |
| Hex | 29 | E6 | DD | 52 | 0 | 4 | A | B1 | 4F | 35 |
| Octal | 51 | 346 | 335 | 122 | 0 | 4 | 12 | 261 | 117 | 65 |
| Binary | 101001 | 11100110 | 11011101 | 1010010 | 0 | 100 | 1010 | 10110001 | 1001111 | 110101 |
Color Harmonies of #29E6DD
Complementary color
Monochromatic Colors of #29E6DD
Black with #29E6DD
Text Example
Text Example
White with #29E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E6DD; }
p { color: rgb(41,230,221); }
H1.HeaderClassName
{
color: #29E6DD;
}
.AnyTagClassName
{
color: #29E6DD;
}
</style>
background-color css
<style>
a { background-color: #29E6DD; }
a { background-color: rgb(41,230,221); }
div.DivClassName
{
background-color: #29E6DD;
}
.BgClassName
{
background-color: #29E6DD;
}
</style>
border-color css
<style>
span { border-color: #29E6DD; }
span { border-color: rgb(41,230,221); }
td.TdClassName
{
border-color: #29E6DD;
}
.TagClassName
{
border-color: #29E6DD;
}
</style>