Shades of Turquoise #29D2DB
Tints of Turquoise #29D2DB
RGB
CMYK
RGB Variations
Color information
#29D2DB (or 0x29D2DB) is known color: Turquoise. HEX triplet: 29, D2 and DB. RGB value is (41,210,219). Sum of RGB (Red+Green+Blue) = 41+210+219=470 (62% of max value = 765). Red value is 41 (16.41% from 255 or 8.72% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #29D2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D2DB is #D62D24. Grayscale: #A0A0A0. Windows color (decimal): -14036261 or 14406185. OLE color: 14406185.
HSL color Cylindrical-coordinate representation of color #29D2DB: hue angle of 183.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D2DB is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 210 | 219 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.14 |
| HSL | 183.03º | 0.71% | 0.51% | - |
| HSV(B) | 183.03º | 0.81% | 0.86% | - |
| XYZ | 36.75 | 51.68 | 75.06 | - |
| YUV | 160.5 | 161.01 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 210 | 219 | 0.81 | 0.04 | 0 | 0.14 | 183.03 | 0.71 | 0.51 |
| Hex | 29 | D2 | DB | 51 | 4 | 0 | E | B7 | 47 | 33 |
| Octal | 51 | 322 | 333 | 121 | 4 | 0 | 16 | 267 | 107 | 63 |
| Binary | 101001 | 11010010 | 11011011 | 1010001 | 100 | 0 | 1110 | 10110111 | 1000111 | 110011 |
Color Harmonies of #29D2DB
Complementary color
Monochromatic Colors of #29D2DB
Black with #29D2DB
Text Example
Text Example
White with #29D2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D2DB; }
p { color: rgb(41,210,219); }
H1.HeaderClassName
{
color: #29D2DB;
}
.AnyTagClassName
{
color: #29D2DB;
}
</style>
background-color css
<style>
a { background-color: #29D2DB; }
a { background-color: rgb(41,210,219); }
div.DivClassName
{
background-color: #29D2DB;
}
.BgClassName
{
background-color: #29D2DB;
}
</style>
border-color css
<style>
span { border-color: #29D2DB; }
span { border-color: rgb(41,210,219); }
td.TdClassName
{
border-color: #29D2DB;
}
.TagClassName
{
border-color: #29D2DB;
}
</style>