Shades of Turquoise #32EDBD
Tints of Turquoise #32EDBD
RGB
CMYK
RGB Variations
Color information
#32EDBD (or 0x32EDBD) is known color: Turquoise. HEX triplet: 32, ED and BD. RGB value is (50,237,189). Sum of RGB (Red+Green+Blue) = 50+237+189=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDBD is #CD1242. Grayscale: #AFAFAF. Windows color (decimal): -13439555 or 12447026. OLE color: 12447026.
HSL color Cylindrical-coordinate representation of color #32EDBD: hue angle of 164.6º 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 #32EDBD is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 189 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.07 |
| HSL | 164.6º | 0.84% | 0.56% | - |
| HSV(B) | 164.6º | 0.79% | 0.93% | - |
| XYZ | 40.78 | 64.92 | 58.53 | - |
| YUV | 175.62 | 135.55 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 189 | 0.79 | 0 | 0.20 | 0.07 | 164.6 | 0.84 | 0.56 |
| Hex | 32 | ED | BD | 4F | 0 | 14 | 7 | A5 | 54 | 38 |
| Octal | 62 | 355 | 275 | 117 | 0 | 24 | 7 | 245 | 124 | 70 |
| Binary | 110010 | 11101101 | 10111101 | 1001111 | 0 | 10100 | 111 | 10100101 | 1010100 | 111000 |
Color Harmonies of #32EDBD
Complementary color
Monochromatic Colors of #32EDBD
Black with #32EDBD
Text Example
Text Example
White with #32EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDBD; }
p { color: rgb(50,237,189); }
H1.HeaderClassName
{
color: #32EDBD;
}
.AnyTagClassName
{
color: #32EDBD;
}
</style>
background-color css
<style>
a { background-color: #32EDBD; }
a { background-color: rgb(50,237,189); }
div.DivClassName
{
background-color: #32EDBD;
}
.BgClassName
{
background-color: #32EDBD;
}
</style>
border-color css
<style>
span { border-color: #32EDBD; }
span { border-color: rgb(50,237,189); }
td.TdClassName
{
border-color: #32EDBD;
}
.TagClassName
{
border-color: #32EDBD;
}
</style>