Shades of Turquoise #32EDBA
Tints of Turquoise #32EDBA
RGB
CMYK
RGB Variations
Color information
#32EDBA (or 0x32EDBA) is known color: Turquoise. HEX triplet: 32, ED and BA. RGB value is (50,237,186). Sum of RGB (Red+Green+Blue) = 50+237+186=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #32EDBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32EDBA is #CD1245. Grayscale: #AFAFAF. Windows color (decimal): -13439558 or 12250418. OLE color: 12250418.
HSL color Cylindrical-coordinate representation of color #32EDBA: hue angle of 163.64º 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 #32EDBA is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 186 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.07 |
| HSL | 163.64º | 0.84% | 0.56% | - |
| HSV(B) | 163.64º | 0.79% | 0.93% | - |
| XYZ | 40.46 | 64.79 | 56.83 | - |
| YUV | 175.27 | 134.05 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 186 | 0.79 | 0 | 0.22 | 0.07 | 163.64 | 0.84 | 0.56 |
| Hex | 32 | ED | BA | 4F | 0 | 16 | 7 | A4 | 54 | 38 |
| Octal | 62 | 355 | 272 | 117 | 0 | 26 | 7 | 244 | 124 | 70 |
| Binary | 110010 | 11101101 | 10111010 | 1001111 | 0 | 10110 | 111 | 10100100 | 1010100 | 111000 |
Color Harmonies of #32EDBA
Complementary color
Monochromatic Colors of #32EDBA
Black with #32EDBA
Text Example
Text Example
White with #32EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EDBA; }
p { color: rgb(50,237,186); }
H1.HeaderClassName
{
color: #32EDBA;
}
.AnyTagClassName
{
color: #32EDBA;
}
</style>
background-color css
<style>
a { background-color: #32EDBA; }
a { background-color: rgb(50,237,186); }
div.DivClassName
{
background-color: #32EDBA;
}
.BgClassName
{
background-color: #32EDBA;
}
</style>
border-color css
<style>
span { border-color: #32EDBA; }
span { border-color: rgb(50,237,186); }
td.TdClassName
{
border-color: #32EDBA;
}
.TagClassName
{
border-color: #32EDBA;
}
</style>