Shades of Turquoise #32EFBA
Tints of Turquoise #32EFBA
RGB
CMYK
RGB Variations
Color information
#32EFBA (or 0x32EFBA) is known color: Turquoise. HEX triplet: 32, EF and BA. RGB value is (50,239,186). Sum of RGB (Red+Green+Blue) = 50+239+186=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFBA is #CD1045. Grayscale: #B0B0B0. Windows color (decimal): -13439046 or 12250930. OLE color: 12250930.
HSL color Cylindrical-coordinate representation of color #32EFBA: hue angle of 163.17º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EFBA is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 186 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.06 |
| HSL | 163.17º | 0.86% | 0.57% | - |
| HSV(B) | 163.17º | 0.79% | 0.94% | - |
| XYZ | 41.04 | 65.96 | 57.02 | - |
| YUV | 176.45 | 133.38 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 186 | 0.79 | 0 | 0.22 | 0.06 | 163.17 | 0.86 | 0.57 |
| Hex | 32 | EF | BA | 4F | 0 | 16 | 6 | A3 | 56 | 39 |
| Octal | 62 | 357 | 272 | 117 | 0 | 26 | 6 | 243 | 126 | 71 |
| Binary | 110010 | 11101111 | 10111010 | 1001111 | 0 | 10110 | 110 | 10100011 | 1010110 | 111001 |
Color Harmonies of #32EFBA
Complementary color
Monochromatic Colors of #32EFBA
Black with #32EFBA
Text Example
Text Example
White with #32EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFBA; }
p { color: rgb(50,239,186); }
H1.HeaderClassName
{
color: #32EFBA;
}
.AnyTagClassName
{
color: #32EFBA;
}
</style>
background-color css
<style>
a { background-color: #32EFBA; }
a { background-color: rgb(50,239,186); }
div.DivClassName
{
background-color: #32EFBA;
}
.BgClassName
{
background-color: #32EFBA;
}
</style>
border-color css
<style>
span { border-color: #32EFBA; }
span { border-color: rgb(50,239,186); }
td.TdClassName
{
border-color: #32EFBA;
}
.TagClassName
{
border-color: #32EFBA;
}
</style>