Shades of Turquoise #29ECBC
Tints of Turquoise #29ECBC
RGB
CMYK
RGB Variations
Color information
#29ECBC (or 0x29ECBC) is known color: Turquoise. HEX triplet: 29, EC and BC. RGB value is (41,236,188). Sum of RGB (Red+Green+Blue) = 41+236+188=465 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.82% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #29ECBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #29ECBC is #D61343. Grayscale: #ACACAC. Windows color (decimal): -14029636 or 12381225. OLE color: 12381225.
HSL color Cylindrical-coordinate representation of color #29ECBC: hue angle of 165.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ECBC is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 236 | 188 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.07 |
| HSL | 165.23º | 0.84% | 0.54% | - |
| HSV(B) | 165.23º | 0.83% | 0.93% | - |
| XYZ | 39.99 | 64.09 | 57.84 | - |
| YUV | 172.22 | 136.9 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 236 | 188 | 0.83 | 0 | 0.20 | 0.07 | 165.23 | 0.84 | 0.54 |
| Hex | 29 | EC | BC | 53 | 0 | 14 | 7 | A5 | 54 | 36 |
| Octal | 51 | 354 | 274 | 123 | 0 | 24 | 7 | 245 | 124 | 66 |
| Binary | 101001 | 11101100 | 10111100 | 1010011 | 0 | 10100 | 111 | 10100101 | 1010100 | 110110 |
Color Harmonies of #29ECBC
Complementary color
Monochromatic Colors of #29ECBC
Black with #29ECBC
Text Example
Text Example
White with #29ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ECBC; }
p { color: rgb(41,236,188); }
H1.HeaderClassName
{
color: #29ECBC;
}
.AnyTagClassName
{
color: #29ECBC;
}
</style>
background-color css
<style>
a { background-color: #29ECBC; }
a { background-color: rgb(41,236,188); }
div.DivClassName
{
background-color: #29ECBC;
}
.BgClassName
{
background-color: #29ECBC;
}
</style>
border-color css
<style>
span { border-color: #29ECBC; }
span { border-color: rgb(41,236,188); }
td.TdClassName
{
border-color: #29ECBC;
}
.TagClassName
{
border-color: #29ECBC;
}
</style>