Shades of Turquoise #32ECBB
Tints of Turquoise #32ECBB
RGB
CMYK
RGB Variations
Color information
#32ECBB (or 0x32ECBB) is known color: Turquoise. HEX triplet: 32, EC and BB. RGB value is (50,236,187). Sum of RGB (Red+Green+Blue) = 50+236+187=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #32ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32ECBB is #CD1344. Grayscale: #AEAEAE. Windows color (decimal): -13439813 or 12315698. OLE color: 12315698.
HSL color Cylindrical-coordinate representation of color #32ECBB: hue angle of 164.19º 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 #32ECBB is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 187 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.07 |
| HSL | 164.19º | 0.83% | 0.56% | - |
| HSV(B) | 164.19º | 0.79% | 0.93% | - |
| XYZ | 40.28 | 64.26 | 57.29 | - |
| YUV | 174.8 | 134.88 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 187 | 0.79 | 0 | 0.21 | 0.07 | 164.19 | 0.83 | 0.56 |
| Hex | 32 | EC | BB | 4F | 0 | 15 | 7 | A4 | 53 | 38 |
| Octal | 62 | 354 | 273 | 117 | 0 | 25 | 7 | 244 | 123 | 70 |
| Binary | 110010 | 11101100 | 10111011 | 1001111 | 0 | 10101 | 111 | 10100100 | 1010011 | 111000 |
Color Harmonies of #32ECBB
Complementary color
Monochromatic Colors of #32ECBB
Black with #32ECBB
Text Example
Text Example
White with #32ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ECBB; }
p { color: rgb(50,236,187); }
H1.HeaderClassName
{
color: #32ECBB;
}
.AnyTagClassName
{
color: #32ECBB;
}
</style>
background-color css
<style>
a { background-color: #32ECBB; }
a { background-color: rgb(50,236,187); }
div.DivClassName
{
background-color: #32ECBB;
}
.BgClassName
{
background-color: #32ECBB;
}
</style>
border-color css
<style>
span { border-color: #32ECBB; }
span { border-color: rgb(50,236,187); }
td.TdClassName
{
border-color: #32ECBB;
}
.TagClassName
{
border-color: #32ECBB;
}
</style>