Shades of Medium Turquoise #32CEC3
Tints of Medium Turquoise #32CEC3
RGB
CMYK
RGB Variations
Color information
#32CEC3 (or 0x32CEC3) is known color: Medium Turquoise. HEX triplet: 32, CE and C3. RGB value is (50,206,195). Sum of RGB (Red+Green+Blue) = 50+206+195=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEC3 is #CD313C. Grayscale: #9D9D9D. Windows color (decimal): -13447485 or 12832306. OLE color: 12832306.
HSL color Cylindrical-coordinate representation of color #32CEC3: hue angle of 175.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CEC3 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 195 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.19 |
| HSL | 175.77º | 0.61% | 0.5% | - |
| HSV(B) | 175.77º | 0.76% | 0.81% | - |
| XYZ | 33.24 | 48.76 | 59.29 | - |
| YUV | 158.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 195 | 0.76 | 0 | 0.05 | 0.19 | 175.77 | 0.61 | 0.5 |
| Hex | 32 | CE | C3 | 4C | 0 | 5 | 13 | B0 | 3D | 32 |
| Octal | 62 | 316 | 303 | 114 | 0 | 5 | 23 | 260 | 75 | 62 |
| Binary | 110010 | 11001110 | 11000011 | 1001100 | 0 | 101 | 10011 | 10110000 | 111101 | 110010 |
Color Harmonies of #32CEC3
Complementary color
Monochromatic Colors of #32CEC3
Black with #32CEC3
Text Example
Text Example
White with #32CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEC3; }
p { color: rgb(50,206,195); }
H1.HeaderClassName
{
color: #32CEC3;
}
.AnyTagClassName
{
color: #32CEC3;
}
</style>
background-color css
<style>
a { background-color: #32CEC3; }
a { background-color: rgb(50,206,195); }
div.DivClassName
{
background-color: #32CEC3;
}
.BgClassName
{
background-color: #32CEC3;
}
</style>
border-color css
<style>
span { border-color: #32CEC3; }
span { border-color: rgb(50,206,195); }
td.TdClassName
{
border-color: #32CEC3;
}
.TagClassName
{
border-color: #32CEC3;
}
</style>