Shades of Medium Turquoise #32C9CE
Tints of Medium Turquoise #32C9CE
RGB
CMYK
RGB Variations
Color information
#32C9CE (or 0x32C9CE) is known color: Medium Turquoise. HEX triplet: 32, C9 and CE. RGB value is (50,201,206). Sum of RGB (Red+Green+Blue) = 50+201+206=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #32C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C9CE is #CD3631. Grayscale: #9C9C9C. Windows color (decimal): -13448754 or 13551922. OLE color: 13551922.
HSL color Cylindrical-coordinate representation of color #32C9CE: hue angle of 181.92º 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 #32C9CE is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 201 | 206 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.19 |
| HSL | 181.92º | 0.61% | 0.5% | - |
| HSV(B) | 181.92º | 0.76% | 0.81% | - |
| XYZ | 33.34 | 46.91 | 65.69 | - |
| YUV | 156.42 | 155.97 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 206 | 0.76 | 0.02 | 0 | 0.19 | 181.92 | 0.61 | 0.5 |
| Hex | 32 | C9 | CE | 4C | 2 | 0 | 13 | B6 | 3D | 32 |
| Octal | 62 | 311 | 316 | 114 | 2 | 0 | 23 | 266 | 75 | 62 |
| Binary | 110010 | 11001001 | 11001110 | 1001100 | 10 | 0 | 10011 | 10110110 | 111101 | 110010 |
Color Harmonies of #32C9CE
Complementary color
Monochromatic Colors of #32C9CE
Black with #32C9CE
Text Example
Text Example
White with #32C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C9CE; }
p { color: rgb(50,201,206); }
H1.HeaderClassName
{
color: #32C9CE;
}
.AnyTagClassName
{
color: #32C9CE;
}
</style>
background-color css
<style>
a { background-color: #32C9CE; }
a { background-color: rgb(50,201,206); }
div.DivClassName
{
background-color: #32C9CE;
}
.BgClassName
{
background-color: #32C9CE;
}
</style>
border-color css
<style>
span { border-color: #32C9CE; }
span { border-color: rgb(50,201,206); }
td.TdClassName
{
border-color: #32C9CE;
}
.TagClassName
{
border-color: #32C9CE;
}
</style>