Shades of Turquoise #32FEBC
Tints of Turquoise #32FEBC
RGB
CMYK
RGB Variations
Color information
#32FEBC (or 0x32FEBC) is known color: Turquoise. HEX triplet: 32, FE and BC. RGB value is (50,254,188). Sum of RGB (Red+Green+Blue) = 50+254+188=492 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.16% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEBC is #CD0143. Grayscale: #B9B9B9. Windows color (decimal): -13435204 or 12385842. OLE color: 12385842.
HSL color Cylindrical-coordinate representation of color #32FEBC: hue angle of 160.59º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEBC is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 188 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.00 |
| HSL | 160.59º | 0.99% | 0.6% | - |
| HSV(B) | 160.59º | 0.8% | 1% | - |
| XYZ | 45.83 | 75.19 | 59.67 | - |
| YUV | 185.48 | 129.41 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 188 | 0.80 | 0 | 0.26 | 0.00 | 160.59 | 0.99 | 0.6 |
| Hex | 32 | FE | BC | 50 | 0 | 1A | 0 | A1 | 63 | 3C |
| Octal | 62 | 376 | 274 | 120 | 0 | 32 | 0 | 241 | 143 | 74 |
| Binary | 110010 | 11111110 | 10111100 | 1010000 | 0 | 11010 | 0 | 10100001 | 1100011 | 111100 |
Color Harmonies of #32FEBC
Complementary color
Monochromatic Colors of #32FEBC
Black with #32FEBC
Text Example
Text Example
White with #32FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEBC; }
p { color: rgb(50,254,188); }
H1.HeaderClassName
{
color: #32FEBC;
}
.AnyTagClassName
{
color: #32FEBC;
}
</style>
background-color css
<style>
a { background-color: #32FEBC; }
a { background-color: rgb(50,254,188); }
div.DivClassName
{
background-color: #32FEBC;
}
.BgClassName
{
background-color: #32FEBC;
}
</style>
border-color css
<style>
span { border-color: #32FEBC; }
span { border-color: rgb(50,254,188); }
td.TdClassName
{
border-color: #32FEBC;
}
.TagClassName
{
border-color: #32FEBC;
}
</style>