Shades of Turquoise #32FEBA
Tints of Turquoise #32FEBA
RGB
CMYK
RGB Variations
Color information
#32FEBA (or 0x32FEBA) is known color: Turquoise. HEX triplet: 32, FE and BA. RGB value is (50,254,186). Sum of RGB (Red+Green+Blue) = 50+254+186=490 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.20% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEBA is #CD0145. Grayscale: #B9B9B9. Windows color (decimal): -13435206 or 12254770. OLE color: 12254770.
HSL color Cylindrical-coordinate representation of color #32FEBA: hue angle of 160º 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 #32FEBA is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 186 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.00 |
| HSL | 160º | 0.99% | 0.6% | - |
| HSV(B) | 160º | 0.8% | 1% | - |
| XYZ | 45.62 | 75.11 | 58.55 | - |
| YUV | 185.25 | 128.41 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 186 | 0.80 | 0 | 0.27 | 0.00 | 160 | 0.99 | 0.6 |
| Hex | 32 | FE | BA | 50 | 0 | 1B | 0 | A0 | 63 | 3C |
| Octal | 62 | 376 | 272 | 120 | 0 | 33 | 0 | 240 | 143 | 74 |
| Binary | 110010 | 11111110 | 10111010 | 1010000 | 0 | 11011 | 0 | 10100000 | 1100011 | 111100 |
Color Harmonies of #32FEBA
Complementary color
Monochromatic Colors of #32FEBA
Black with #32FEBA
Text Example
Text Example
White with #32FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEBA; }
p { color: rgb(50,254,186); }
H1.HeaderClassName
{
color: #32FEBA;
}
.AnyTagClassName
{
color: #32FEBA;
}
</style>
background-color css
<style>
a { background-color: #32FEBA; }
a { background-color: rgb(50,254,186); }
div.DivClassName
{
background-color: #32FEBA;
}
.BgClassName
{
background-color: #32FEBA;
}
</style>
border-color css
<style>
span { border-color: #32FEBA; }
span { border-color: rgb(50,254,186); }
td.TdClassName
{
border-color: #32FEBA;
}
.TagClassName
{
border-color: #32FEBA;
}
</style>