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