Shades of Turquoise #29E6DC
Tints of Turquoise #29E6DC
RGB
CMYK
RGB Variations
Color information
#29E6DC (or 0x29E6DC) is known color: Turquoise. HEX triplet: 29, E6 and DC. RGB value is (41,230,220). Sum of RGB (Red+Green+Blue) = 41+230+220=491 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.35% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6DC is #D61923. Grayscale: #ACACAC. Windows color (decimal): -14031140 or 14476841. OLE color: 14476841.
HSL color Cylindrical-coordinate representation of color #29E6DC: hue angle of 176.83º 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 #29E6DC is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 230 | 220 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.10 |
| HSL | 176.83º | 0.79% | 0.53% | - |
| HSV(B) | 176.83º | 0.82% | 0.9% | - |
| XYZ | 42.13 | 62.23 | 77.5 | - |
| YUV | 172.35 | 154.88 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 230 | 220 | 0.82 | 0 | 0.04 | 0.10 | 176.83 | 0.79 | 0.53 |
| Hex | 29 | E6 | DC | 52 | 0 | 4 | A | B1 | 4F | 35 |
| Octal | 51 | 346 | 334 | 122 | 0 | 4 | 12 | 261 | 117 | 65 |
| Binary | 101001 | 11100110 | 11011100 | 1010010 | 0 | 100 | 1010 | 10110001 | 1001111 | 110101 |
Color Harmonies of #29E6DC
Complementary color
Monochromatic Colors of #29E6DC
Black with #29E6DC
Text Example
Text Example
White with #29E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E6DC; }
p { color: rgb(41,230,220); }
H1.HeaderClassName
{
color: #29E6DC;
}
.AnyTagClassName
{
color: #29E6DC;
}
</style>
background-color css
<style>
a { background-color: #29E6DC; }
a { background-color: rgb(41,230,220); }
div.DivClassName
{
background-color: #29E6DC;
}
.BgClassName
{
background-color: #29E6DC;
}
</style>
border-color css
<style>
span { border-color: #29E6DC; }
span { border-color: rgb(41,230,220); }
td.TdClassName
{
border-color: #29E6DC;
}
.TagClassName
{
border-color: #29E6DC;
}
</style>