Shades of Turquoise #29E5B8
Tints of Turquoise #29E5B8
RGB
CMYK
RGB Variations
Color information
#29E5B8 (or 0x29E5B8) is known color: Turquoise. HEX triplet: 29, E5 and B8. RGB value is (41,229,184). Sum of RGB (Red+Green+Blue) = 41+229+184=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 184 (72.27% from 255 or 40.53% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #29E5B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29E5B8 is #D61A47. Grayscale: #A7A7A7. Windows color (decimal): -14031432 or 12117289. OLE color: 12117289.
HSL color Cylindrical-coordinate representation of color #29E5B8: hue angle of 165.64º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E5B8 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 229 | 184 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.10 |
| HSL | 165.64º | 0.78% | 0.53% | - |
| HSV(B) | 165.64º | 0.82% | 0.9% | - |
| XYZ | 37.59 | 59.97 | 54.94 | - |
| YUV | 167.66 | 137.22 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 229 | 184 | 0.82 | 0 | 0.20 | 0.10 | 165.64 | 0.78 | 0.53 |
| Hex | 29 | E5 | B8 | 52 | 0 | 14 | A | A6 | 4E | 35 |
| Octal | 51 | 345 | 270 | 122 | 0 | 24 | 12 | 246 | 116 | 65 |
| Binary | 101001 | 11100101 | 10111000 | 1010010 | 0 | 10100 | 1010 | 10100110 | 1001110 | 110101 |
Color Harmonies of #29E5B8
Complementary color
Monochromatic Colors of #29E5B8
Black with #29E5B8
Text Example
Text Example
White with #29E5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E5B8; }
p { color: rgb(41,229,184); }
H1.HeaderClassName
{
color: #29E5B8;
}
.AnyTagClassName
{
color: #29E5B8;
}
</style>
background-color css
<style>
a { background-color: #29E5B8; }
a { background-color: rgb(41,229,184); }
div.DivClassName
{
background-color: #29E5B8;
}
.BgClassName
{
background-color: #29E5B8;
}
</style>
border-color css
<style>
span { border-color: #29E5B8; }
span { border-color: rgb(41,229,184); }
td.TdClassName
{
border-color: #29E5B8;
}
.TagClassName
{
border-color: #29E5B8;
}
</style>