Shades of Medium Turquoise #32CEE0
Tints of Medium Turquoise #32CEE0
RGB
CMYK
RGB Variations
Color information
#32CEE0 (or 0x32CEE0) is known color: Medium Turquoise. HEX triplet: 32, CE and E0. RGB value is (50,206,224). Sum of RGB (Red+Green+Blue) = 50+206+224=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #32CEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEE0 is #CD311F. Grayscale: #A1A1A1. Windows color (decimal): -13447456 or 14732850. OLE color: 14732850.
HSL color Cylindrical-coordinate representation of color #32CEE0: hue angle of 186.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CEE0 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 206 | 224 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.12 |
| HSL | 186.21º | 0.74% | 0.54% | - |
| HSV(B) | 186.21º | 0.78% | 0.88% | - |
| XYZ | 36.84 | 50.2 | 78.27 | - |
| YUV | 161.41 | 163.32 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 224 | 0.78 | 0.08 | 0 | 0.12 | 186.21 | 0.74 | 0.54 |
| Hex | 32 | CE | E0 | 4E | 8 | 0 | C | BA | 4A | 36 |
| Octal | 62 | 316 | 340 | 116 | 10 | 0 | 14 | 272 | 112 | 66 |
| Binary | 110010 | 11001110 | 11100000 | 1001110 | 1000 | 0 | 1100 | 10111010 | 1001010 | 110110 |
Color Harmonies of #32CEE0
Complementary color
Monochromatic Colors of #32CEE0
Black with #32CEE0
Text Example
Text Example
White with #32CEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEE0; }
p { color: rgb(50,206,224); }
H1.HeaderClassName
{
color: #32CEE0;
}
.AnyTagClassName
{
color: #32CEE0;
}
</style>
background-color css
<style>
a { background-color: #32CEE0; }
a { background-color: rgb(50,206,224); }
div.DivClassName
{
background-color: #32CEE0;
}
.BgClassName
{
background-color: #32CEE0;
}
</style>
border-color css
<style>
span { border-color: #32CEE0; }
span { border-color: rgb(50,206,224); }
td.TdClassName
{
border-color: #32CEE0;
}
.TagClassName
{
border-color: #32CEE0;
}
</style>