Shades of Turquoise #32FEBB
Tints of Turquoise #32FEBB
RGB
CMYK
RGB Variations
Color information
#32FEBB (or 0x32FEBB) is known color: Turquoise. HEX triplet: 32, FE and BB. RGB value is (50,254,187). Sum of RGB (Red+Green+Blue) = 50+254+187=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEBB is #CD0144. Grayscale: #B9B9B9. Windows color (decimal): -13435205 or 12320306. OLE color: 12320306.
HSL color Cylindrical-coordinate representation of color #32FEBB: hue angle of 160.29º 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 #32FEBB is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 187 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.00 |
| HSL | 160.29º | 0.99% | 0.6% | - |
| HSV(B) | 160.29º | 0.8% | 1% | - |
| XYZ | 45.73 | 75.15 | 59.11 | - |
| YUV | 185.37 | 128.91 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 187 | 0.80 | 0 | 0.26 | 0.00 | 160.29 | 0.99 | 0.6 |
| Hex | 32 | FE | BB | 50 | 0 | 1A | 0 | A0 | 63 | 3C |
| Octal | 62 | 376 | 273 | 120 | 0 | 32 | 0 | 240 | 143 | 74 |
| Binary | 110010 | 11111110 | 10111011 | 1010000 | 0 | 11010 | 0 | 10100000 | 1100011 | 111100 |
Color Harmonies of #32FEBB
Complementary color
Monochromatic Colors of #32FEBB
Black with #32FEBB
Text Example
Text Example
White with #32FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEBB; }
p { color: rgb(50,254,187); }
H1.HeaderClassName
{
color: #32FEBB;
}
.AnyTagClassName
{
color: #32FEBB;
}
</style>
background-color css
<style>
a { background-color: #32FEBB; }
a { background-color: rgb(50,254,187); }
div.DivClassName
{
background-color: #32FEBB;
}
.BgClassName
{
background-color: #32FEBB;
}
</style>
border-color css
<style>
span { border-color: #32FEBB; }
span { border-color: rgb(50,254,187); }
td.TdClassName
{
border-color: #32FEBB;
}
.TagClassName
{
border-color: #32FEBB;
}
</style>