Shades of Turquoise #29E6DB
Tints of Turquoise #29E6DB
RGB
CMYK
RGB Variations
Color information
#29E6DB (or 0x29E6DB) is known color: Turquoise. HEX triplet: 29, E6 and DB. RGB value is (41,230,219). Sum of RGB (Red+Green+Blue) = 41+230+219=490 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.37% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #29E6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29E6DB is #D61924. Grayscale: #ACACAC. Windows color (decimal): -14031141 or 14411305. OLE color: 14411305.
HSL color Cylindrical-coordinate representation of color #29E6DB: hue angle of 176.51º 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 #29E6DB is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 230 | 219 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.10 |
| HSL | 176.51º | 0.79% | 0.53% | - |
| HSV(B) | 176.51º | 0.82% | 0.9% | - |
| XYZ | 42 | 62.18 | 76.81 | - |
| YUV | 172.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 230 | 219 | 0.82 | 0 | 0.05 | 0.10 | 176.51 | 0.79 | 0.53 |
| Hex | 29 | E6 | DB | 52 | 0 | 5 | A | B1 | 4F | 35 |
| Octal | 51 | 346 | 333 | 122 | 0 | 5 | 12 | 261 | 117 | 65 |
| Binary | 101001 | 11100110 | 11011011 | 1010010 | 0 | 101 | 1010 | 10110001 | 1001111 | 110101 |
Color Harmonies of #29E6DB
Complementary color
Monochromatic Colors of #29E6DB
Black with #29E6DB
Text Example
Text Example
White with #29E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E6DB; }
p { color: rgb(41,230,219); }
H1.HeaderClassName
{
color: #29E6DB;
}
.AnyTagClassName
{
color: #29E6DB;
}
</style>
background-color css
<style>
a { background-color: #29E6DB; }
a { background-color: rgb(41,230,219); }
div.DivClassName
{
background-color: #29E6DB;
}
.BgClassName
{
background-color: #29E6DB;
}
</style>
border-color css
<style>
span { border-color: #29E6DB; }
span { border-color: rgb(41,230,219); }
td.TdClassName
{
border-color: #29E6DB;
}
.TagClassName
{
border-color: #29E6DB;
}
</style>