Shades of Turquoise #32FEBD
Tints of Turquoise #32FEBD
RGB
CMYK
RGB Variations
Color information
#32FEBD (or 0x32FEBD) is known color: Turquoise. HEX triplet: 32, FE and BD. RGB value is (50,254,189). Sum of RGB (Red+Green+Blue) = 50+254+189=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEBD is #CD0142. Grayscale: #B9B9B9. Windows color (decimal): -13435203 or 12451378. OLE color: 12451378.
HSL color Cylindrical-coordinate representation of color #32FEBD: hue angle of 160.88º 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 #32FEBD is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 189 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.00 |
| HSL | 160.88º | 0.99% | 0.6% | - |
| HSV(B) | 160.88º | 0.8% | 1% | - |
| XYZ | 45.94 | 75.24 | 60.24 | - |
| YUV | 185.59 | 129.91 | 31.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 189 | 0.80 | 0 | 0.26 | 0.00 | 160.88 | 0.99 | 0.6 |
| Hex | 32 | FE | BD | 50 | 0 | 1A | 0 | A1 | 63 | 3C |
| Octal | 62 | 376 | 275 | 120 | 0 | 32 | 0 | 241 | 143 | 74 |
| Binary | 110010 | 11111110 | 10111101 | 1010000 | 0 | 11010 | 0 | 10100001 | 1100011 | 111100 |
Color Harmonies of #32FEBD
Complementary color
Monochromatic Colors of #32FEBD
Black with #32FEBD
Text Example
Text Example
White with #32FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEBD; }
p { color: rgb(50,254,189); }
H1.HeaderClassName
{
color: #32FEBD;
}
.AnyTagClassName
{
color: #32FEBD;
}
</style>
background-color css
<style>
a { background-color: #32FEBD; }
a { background-color: rgb(50,254,189); }
div.DivClassName
{
background-color: #32FEBD;
}
.BgClassName
{
background-color: #32FEBD;
}
</style>
border-color css
<style>
span { border-color: #32FEBD; }
span { border-color: rgb(50,254,189); }
td.TdClassName
{
border-color: #32FEBD;
}
.TagClassName
{
border-color: #32FEBD;
}
</style>