Shades of Turquoise #29D4BE
Tints of Turquoise #29D4BE
RGB
CMYK
RGB Variations
Color information
#29D4BE (or 0x29D4BE) is known color: Turquoise. HEX triplet: 29, D4 and BE. RGB value is (41,212,190). Sum of RGB (Red+Green+Blue) = 41+212+190=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #29D4BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29D4BE is #D62B41. Grayscale: #9E9E9E. Windows color (decimal): -14035778 or 12506153. OLE color: 12506153.
HSL color Cylindrical-coordinate representation of color #29D4BE: hue angle of 172.28º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D4BE is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 212 | 190 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.17 |
| HSL | 172.28º | 0.68% | 0.5% | - |
| HSV(B) | 172.28º | 0.81% | 0.83% | - |
| XYZ | 33.75 | 51.28 | 56.83 | - |
| YUV | 158.36 | 145.85 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 212 | 190 | 0.81 | 0 | 0.10 | 0.17 | 172.28 | 0.68 | 0.5 |
| Hex | 29 | D4 | BE | 51 | 0 | A | 11 | AC | 44 | 32 |
| Octal | 51 | 324 | 276 | 121 | 0 | 12 | 21 | 254 | 104 | 62 |
| Binary | 101001 | 11010100 | 10111110 | 1010001 | 0 | 1010 | 10001 | 10101100 | 1000100 | 110010 |
Color Harmonies of #29D4BE
Complementary color
Monochromatic Colors of #29D4BE
Black with #29D4BE
Text Example
Text Example
White with #29D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D4BE; }
p { color: rgb(41,212,190); }
H1.HeaderClassName
{
color: #29D4BE;
}
.AnyTagClassName
{
color: #29D4BE;
}
</style>
background-color css
<style>
a { background-color: #29D4BE; }
a { background-color: rgb(41,212,190); }
div.DivClassName
{
background-color: #29D4BE;
}
.BgClassName
{
background-color: #29D4BE;
}
</style>
border-color css
<style>
span { border-color: #29D4BE; }
span { border-color: rgb(41,212,190); }
td.TdClassName
{
border-color: #29D4BE;
}
.TagClassName
{
border-color: #29D4BE;
}
</style>