Shades of Turquoise #29DBDB
Tints of Turquoise #29DBDB
RGB
CMYK
RGB Variations
Color information
#29DBDB (or 0x29DBDB) is known color: Turquoise. HEX triplet: 29, DB and DB. RGB value is (41,219,219). Sum of RGB (Red+Green+Blue) = 41+219+219=479 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.56% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #29DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBDB is #D62424. Grayscale: #A5A5A5. Windows color (decimal): -14033957 or 14408489. OLE color: 14408489.
HSL color Cylindrical-coordinate representation of color #29DBDB: hue angle of 180º 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 #29DBDB is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 219 | - |
| CMYK | 0.81 | 0 | 0 | 0.14 |
| HSL | 180º | 0.71% | 0.51% | - |
| HSV(B) | 180º | 0.81% | 0.86% | - |
| XYZ | 39.03 | 56.25 | 75.82 | - |
| YUV | 165.78 | 158.03 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 219 | 0.81 | 0 | 0 | 0.14 | 180 | 0.71 | 0.51 |
| Hex | 29 | DB | DB | 51 | 0 | 0 | E | B4 | 47 | 33 |
| Octal | 51 | 333 | 333 | 121 | 0 | 0 | 16 | 264 | 107 | 63 |
| Binary | 101001 | 11011011 | 11011011 | 1010001 | 0 | 0 | 1110 | 10110100 | 1000111 | 110011 |
Color Harmonies of #29DBDB
Complementary color
Monochromatic Colors of #29DBDB
Black with #29DBDB
Text Example
Text Example
White with #29DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBDB; }
p { color: rgb(41,219,219); }
H1.HeaderClassName
{
color: #29DBDB;
}
.AnyTagClassName
{
color: #29DBDB;
}
</style>
background-color css
<style>
a { background-color: #29DBDB; }
a { background-color: rgb(41,219,219); }
div.DivClassName
{
background-color: #29DBDB;
}
.BgClassName
{
background-color: #29DBDB;
}
</style>
border-color css
<style>
span { border-color: #29DBDB; }
span { border-color: rgb(41,219,219); }
td.TdClassName
{
border-color: #29DBDB;
}
.TagClassName
{
border-color: #29DBDB;
}
</style>