Shades of Turquoise #32EDBE
Tints of Turquoise #32EDBE
RGB
CMYK
RGB Variations
Color information
#32EDBE (or 0x32EDBE) is known color: Turquoise. HEX triplet: 32, ED and BE. RGB value is (50,237,190). Sum of RGB (Red+Green+Blue) = 50+237+190=477 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.48% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDBE is #CD1241. Grayscale: #AFAFAF. Windows color (decimal): -13439554 or 12512562. OLE color: 12512562.
HSL color Cylindrical-coordinate representation of color #32EDBE: hue angle of 164.92º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EDBE is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 190 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.07 |
| HSL | 164.92º | 0.84% | 0.56% | - |
| HSV(B) | 164.92º | 0.79% | 0.93% | - |
| XYZ | 40.89 | 64.96 | 59.1 | - |
| YUV | 175.73 | 136.05 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 190 | 0.79 | 0 | 0.20 | 0.07 | 164.92 | 0.84 | 0.56 |
| Hex | 32 | ED | BE | 4F | 0 | 14 | 7 | A5 | 54 | 38 |
| Octal | 62 | 355 | 276 | 117 | 0 | 24 | 7 | 245 | 124 | 70 |
| Binary | 110010 | 11101101 | 10111110 | 1001111 | 0 | 10100 | 111 | 10100101 | 1010100 | 111000 |
Color Harmonies of #32EDBE
Complementary color
Monochromatic Colors of #32EDBE
Black with #32EDBE
Text Example
Text Example
White with #32EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDBE; }
p { color: rgb(50,237,190); }
H1.HeaderClassName
{
color: #32EDBE;
}
.AnyTagClassName
{
color: #32EDBE;
}
</style>
background-color css
<style>
a { background-color: #32EDBE; }
a { background-color: rgb(50,237,190); }
div.DivClassName
{
background-color: #32EDBE;
}
.BgClassName
{
background-color: #32EDBE;
}
</style>
border-color css
<style>
span { border-color: #32EDBE; }
span { border-color: rgb(50,237,190); }
td.TdClassName
{
border-color: #32EDBE;
}
.TagClassName
{
border-color: #32EDBE;
}
</style>