Shades of Turquoise #32EDBC
Tints of Turquoise #32EDBC
RGB
CMYK
RGB Variations
Color information
#32EDBC (or 0x32EDBC) is known color: Turquoise. HEX triplet: 32, ED and BC. RGB value is (50,237,188). Sum of RGB (Red+Green+Blue) = 50+237+188=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDBC is #CD1243. Grayscale: #AFAFAF. Windows color (decimal): -13439556 or 12381490. OLE color: 12381490.
HSL color Cylindrical-coordinate representation of color #32EDBC: hue angle of 164.28º 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 #32EDBC is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 188 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.07 |
| HSL | 164.28º | 0.84% | 0.56% | - |
| HSV(B) | 164.28º | 0.79% | 0.93% | - |
| XYZ | 40.68 | 64.88 | 57.96 | - |
| YUV | 175.5 | 135.05 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 188 | 0.79 | 0 | 0.21 | 0.07 | 164.28 | 0.84 | 0.56 |
| Hex | 32 | ED | BC | 4F | 0 | 15 | 7 | A4 | 54 | 38 |
| Octal | 62 | 355 | 274 | 117 | 0 | 25 | 7 | 244 | 124 | 70 |
| Binary | 110010 | 11101101 | 10111100 | 1001111 | 0 | 10101 | 111 | 10100100 | 1010100 | 111000 |
Color Harmonies of #32EDBC
Complementary color
Monochromatic Colors of #32EDBC
Black with #32EDBC
Text Example
Text Example
White with #32EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDBC; }
p { color: rgb(50,237,188); }
H1.HeaderClassName
{
color: #32EDBC;
}
.AnyTagClassName
{
color: #32EDBC;
}
</style>
background-color css
<style>
a { background-color: #32EDBC; }
a { background-color: rgb(50,237,188); }
div.DivClassName
{
background-color: #32EDBC;
}
.BgClassName
{
background-color: #32EDBC;
}
</style>
border-color css
<style>
span { border-color: #32EDBC; }
span { border-color: rgb(50,237,188); }
td.TdClassName
{
border-color: #32EDBC;
}
.TagClassName
{
border-color: #32EDBC;
}
</style>