Shades of Medium Turquoise #32CEC2
Tints of Medium Turquoise #32CEC2
RGB
CMYK
RGB Variations
Color information
#32CEC2 (or 0x32CEC2) is known color: Medium Turquoise. HEX triplet: 32, CE and C2. RGB value is (50,206,194). Sum of RGB (Red+Green+Blue) = 50+206+194=450 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.11% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEC2 is #CD313D. Grayscale: #9D9D9D. Windows color (decimal): -13447486 or 12766770. OLE color: 12766770.
HSL color Cylindrical-coordinate representation of color #32CEC2: hue angle of 175.38º 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 #32CEC2 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 194 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.19 |
| HSL | 175.38º | 0.61% | 0.5% | - |
| HSV(B) | 175.38º | 0.76% | 0.81% | - |
| XYZ | 33.12 | 48.72 | 58.7 | - |
| YUV | 157.99 | 148.32 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 194 | 0.76 | 0 | 0.06 | 0.19 | 175.38 | 0.61 | 0.5 |
| Hex | 32 | CE | C2 | 4C | 0 | 6 | 13 | AF | 3D | 32 |
| Octal | 62 | 316 | 302 | 114 | 0 | 6 | 23 | 257 | 75 | 62 |
| Binary | 110010 | 11001110 | 11000010 | 1001100 | 0 | 110 | 10011 | 10101111 | 111101 | 110010 |
Color Harmonies of #32CEC2
Complementary color
Monochromatic Colors of #32CEC2
Black with #32CEC2
Text Example
Text Example
White with #32CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEC2; }
p { color: rgb(50,206,194); }
H1.HeaderClassName
{
color: #32CEC2;
}
.AnyTagClassName
{
color: #32CEC2;
}
</style>
background-color css
<style>
a { background-color: #32CEC2; }
a { background-color: rgb(50,206,194); }
div.DivClassName
{
background-color: #32CEC2;
}
.BgClassName
{
background-color: #32CEC2;
}
</style>
border-color css
<style>
span { border-color: #32CEC2; }
span { border-color: rgb(50,206,194); }
td.TdClassName
{
border-color: #32CEC2;
}
.TagClassName
{
border-color: #32CEC2;
}
</style>