Shades of Medium Turquoise #32CEC4
Tints of Medium Turquoise #32CEC4
RGB
CMYK
RGB Variations
Color information
#32CEC4 (or 0x32CEC4) is known color: Medium Turquoise. HEX triplet: 32, CE and C4. RGB value is (50,206,196). Sum of RGB (Red+Green+Blue) = 50+206+196=452 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.06% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEC4 is #CD313B. Grayscale: #9E9E9E. Windows color (decimal): -13447484 or 12897842. OLE color: 12897842.
HSL color Cylindrical-coordinate representation of color #32CEC4: hue angle of 176.15º 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 #32CEC4 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 196 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.19 |
| HSL | 176.15º | 0.61% | 0.5% | - |
| HSV(B) | 176.15º | 0.76% | 0.81% | - |
| XYZ | 33.35 | 48.81 | 59.89 | - |
| YUV | 158.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 196 | 0.76 | 0 | 0.05 | 0.19 | 176.15 | 0.61 | 0.5 |
| Hex | 32 | CE | C4 | 4C | 0 | 5 | 13 | B0 | 3D | 32 |
| Octal | 62 | 316 | 304 | 114 | 0 | 5 | 23 | 260 | 75 | 62 |
| Binary | 110010 | 11001110 | 11000100 | 1001100 | 0 | 101 | 10011 | 10110000 | 111101 | 110010 |
Color Harmonies of #32CEC4
Complementary color
Monochromatic Colors of #32CEC4
Black with #32CEC4
Text Example
Text Example
White with #32CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEC4; }
p { color: rgb(50,206,196); }
H1.HeaderClassName
{
color: #32CEC4;
}
.AnyTagClassName
{
color: #32CEC4;
}
</style>
background-color css
<style>
a { background-color: #32CEC4; }
a { background-color: rgb(50,206,196); }
div.DivClassName
{
background-color: #32CEC4;
}
.BgClassName
{
background-color: #32CEC4;
}
</style>
border-color css
<style>
span { border-color: #32CEC4; }
span { border-color: rgb(50,206,196); }
td.TdClassName
{
border-color: #32CEC4;
}
.TagClassName
{
border-color: #32CEC4;
}
</style>