Shades of Turquoise #32ECB9
Tints of Turquoise #32ECB9
RGB
CMYK
RGB Variations
Color information
#32ECB9 (or 0x32ECB9) is known color: Turquoise. HEX triplet: 32, EC and B9. RGB value is (50,236,185). Sum of RGB (Red+Green+Blue) = 50+236+185=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECB9 is #CD1346. Grayscale: #AEAEAE. Windows color (decimal): -13439815 or 12184626. OLE color: 12184626.
HSL color Cylindrical-coordinate representation of color #32ECB9: hue angle of 163.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ECB9 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 185 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.07 |
| HSL | 163.55º | 0.83% | 0.56% | - |
| HSV(B) | 163.55º | 0.79% | 0.93% | - |
| XYZ | 40.07 | 64.17 | 56.17 | - |
| YUV | 174.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 185 | 0.79 | 0 | 0.22 | 0.07 | 163.55 | 0.83 | 0.56 |
| Hex | 32 | EC | B9 | 4F | 0 | 16 | 7 | A4 | 53 | 38 |
| Octal | 62 | 354 | 271 | 117 | 0 | 26 | 7 | 244 | 123 | 70 |
| Binary | 110010 | 11101100 | 10111001 | 1001111 | 0 | 10110 | 111 | 10100100 | 1010011 | 111000 |
Color Harmonies of #32ECB9
Complementary color
Monochromatic Colors of #32ECB9
Black with #32ECB9
Text Example
Text Example
White with #32ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECB9; }
p { color: rgb(50,236,185); }
H1.HeaderClassName
{
color: #32ECB9;
}
.AnyTagClassName
{
color: #32ECB9;
}
</style>
background-color css
<style>
a { background-color: #32ECB9; }
a { background-color: rgb(50,236,185); }
div.DivClassName
{
background-color: #32ECB9;
}
.BgClassName
{
background-color: #32ECB9;
}
</style>
border-color css
<style>
span { border-color: #32ECB9; }
span { border-color: rgb(50,236,185); }
td.TdClassName
{
border-color: #32ECB9;
}
.TagClassName
{
border-color: #32ECB9;
}
</style>