Shades of Turquoise #32EFBC
Tints of Turquoise #32EFBC
RGB
CMYK
RGB Variations
Color information
#32EFBC (or 0x32EFBC) is known color: Turquoise. HEX triplet: 32, EF and BC. RGB value is (50,239,188). Sum of RGB (Red+Green+Blue) = 50+239+188=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #32EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EFBC is #CD1043. Grayscale: #B0B0B0. Windows color (decimal): -13439044 or 12382002. OLE color: 12382002.
HSL color Cylindrical-coordinate representation of color #32EFBC: hue angle of 163.81º 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 #32EFBC is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 188 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.06 |
| HSL | 163.81º | 0.86% | 0.57% | - |
| HSV(B) | 163.81º | 0.79% | 0.94% | - |
| XYZ | 41.26 | 66.04 | 58.15 | - |
| YUV | 176.68 | 134.38 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 188 | 0.79 | 0 | 0.21 | 0.06 | 163.81 | 0.86 | 0.57 |
| Hex | 32 | EF | BC | 4F | 0 | 15 | 6 | A4 | 56 | 39 |
| Octal | 62 | 357 | 274 | 117 | 0 | 25 | 6 | 244 | 126 | 71 |
| Binary | 110010 | 11101111 | 10111100 | 1001111 | 0 | 10101 | 110 | 10100100 | 1010110 | 111001 |
Color Harmonies of #32EFBC
Complementary color
Monochromatic Colors of #32EFBC
Black with #32EFBC
Text Example
Text Example
White with #32EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EFBC; }
p { color: rgb(50,239,188); }
H1.HeaderClassName
{
color: #32EFBC;
}
.AnyTagClassName
{
color: #32EFBC;
}
</style>
background-color css
<style>
a { background-color: #32EFBC; }
a { background-color: rgb(50,239,188); }
div.DivClassName
{
background-color: #32EFBC;
}
.BgClassName
{
background-color: #32EFBC;
}
</style>
border-color css
<style>
span { border-color: #32EFBC; }
span { border-color: rgb(50,239,188); }
td.TdClassName
{
border-color: #32EFBC;
}
.TagClassName
{
border-color: #32EFBC;
}
</style>