Shades of Turquoise #29DCBC
Tints of Turquoise #29DCBC
RGB
CMYK
RGB Variations
Color information
#29DCBC (or 0x29DCBC) is known color: Turquoise. HEX triplet: 29, DC and BC. RGB value is (41,220,188). Sum of RGB (Red+Green+Blue) = 41+220+188=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #29DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29DCBC is #D62343. Grayscale: #A2A2A2. Windows color (decimal): -14033732 or 12377129. OLE color: 12377129.
HSL color Cylindrical-coordinate representation of color #29DCBC: hue angle of 169.27º 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 #29DCBC is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 188 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.14 |
| HSL | 169.27º | 0.72% | 0.51% | - |
| HSV(B) | 169.27º | 0.81% | 0.86% | - |
| XYZ | 35.58 | 55.29 | 56.37 | - |
| YUV | 162.83 | 142.2 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 188 | 0.81 | 0 | 0.15 | 0.14 | 169.27 | 0.72 | 0.51 |
| Hex | 29 | DC | BC | 51 | 0 | F | E | A9 | 48 | 33 |
| Octal | 51 | 334 | 274 | 121 | 0 | 17 | 16 | 251 | 110 | 63 |
| Binary | 101001 | 11011100 | 10111100 | 1010001 | 0 | 1111 | 1110 | 10101001 | 1001000 | 110011 |
Color Harmonies of #29DCBC
Complementary color
Monochromatic Colors of #29DCBC
Black with #29DCBC
Text Example
Text Example
White with #29DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DCBC; }
p { color: rgb(41,220,188); }
H1.HeaderClassName
{
color: #29DCBC;
}
.AnyTagClassName
{
color: #29DCBC;
}
</style>
background-color css
<style>
a { background-color: #29DCBC; }
a { background-color: rgb(41,220,188); }
div.DivClassName
{
background-color: #29DCBC;
}
.BgClassName
{
background-color: #29DCBC;
}
</style>
border-color css
<style>
span { border-color: #29DCBC; }
span { border-color: rgb(41,220,188); }
td.TdClassName
{
border-color: #29DCBC;
}
.TagClassName
{
border-color: #29DCBC;
}
</style>