Shades of Turquoise #29DBDC
Tints of Turquoise #29DBDC
RGB
CMYK
RGB Variations
Color information
#29DBDC (or 0x29DBDC) is known color: Turquoise. HEX triplet: 29, DB and DC. RGB value is (41,219,220). Sum of RGB (Red+Green+Blue) = 41+219+220=480 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.54% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #29DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DBDC is #D62423. Grayscale: #A5A5A5. Windows color (decimal): -14033956 or 14474025. OLE color: 14474025.
HSL color Cylindrical-coordinate representation of color #29DBDC: hue angle of 180.34º degrees, saturation: 0.72, 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 #29DBDC is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 219 | 220 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.14 |
| HSL | 180.34º | 0.72% | 0.51% | - |
| HSV(B) | 180.34º | 0.81% | 0.86% | - |
| XYZ | 39.16 | 56.3 | 76.51 | - |
| YUV | 165.89 | 158.53 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 219 | 220 | 0.81 | 0.00 | 0 | 0.14 | 180.34 | 0.72 | 0.51 |
| Hex | 29 | DB | DC | 51 | 0 | 0 | E | B4 | 48 | 33 |
| Octal | 51 | 333 | 334 | 121 | 0 | 0 | 16 | 264 | 110 | 63 |
| Binary | 101001 | 11011011 | 11011100 | 1010001 | 0 | 0 | 1110 | 10110100 | 1001000 | 110011 |
Color Harmonies of #29DBDC
Complementary color
Monochromatic Colors of #29DBDC
Black with #29DBDC
Text Example
Text Example
White with #29DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DBDC; }
p { color: rgb(41,219,220); }
H1.HeaderClassName
{
color: #29DBDC;
}
.AnyTagClassName
{
color: #29DBDC;
}
</style>
background-color css
<style>
a { background-color: #29DBDC; }
a { background-color: rgb(41,219,220); }
div.DivClassName
{
background-color: #29DBDC;
}
.BgClassName
{
background-color: #29DBDC;
}
</style>
border-color css
<style>
span { border-color: #29DBDC; }
span { border-color: rgb(41,219,220); }
td.TdClassName
{
border-color: #29DBDC;
}
.TagClassName
{
border-color: #29DBDC;
}
</style>