Shades of Medium Turquoise #32C0CB
Tints of Medium Turquoise #32C0CB
RGB
CMYK
RGB Variations
Color information
#32C0CB (or 0x32C0CB) is known color: Medium Turquoise. HEX triplet: 32, C0 and CB. RGB value is (50,192,203). Sum of RGB (Red+Green+Blue) = 50+192+203=445 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.24% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #32C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C0CB is #CD3F34. Grayscale: #969696. Windows color (decimal): -13451061 or 13353010. OLE color: 13353010.
HSL color Cylindrical-coordinate representation of color #32C0CB: hue angle of 184.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C0CB is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 192 | 203 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.20 |
| HSL | 184.31º | 0.6% | 0.5% | - |
| HSV(B) | 184.31º | 0.75% | 0.8% | - |
| XYZ | 30.94 | 42.69 | 63.11 | - |
| YUV | 150.8 | 157.46 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 203 | 0.75 | 0.05 | 0 | 0.20 | 184.31 | 0.6 | 0.5 |
| Hex | 32 | C0 | CB | 4B | 5 | 0 | 14 | B8 | 3C | 32 |
| Octal | 62 | 300 | 313 | 113 | 5 | 0 | 24 | 270 | 74 | 62 |
| Binary | 110010 | 11000000 | 11001011 | 1001011 | 101 | 0 | 10100 | 10111000 | 111100 | 110010 |
Color Harmonies of #32C0CB
Complementary color
Monochromatic Colors of #32C0CB
Black with #32C0CB
Text Example
Text Example
White with #32C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C0CB; }
p { color: rgb(50,192,203); }
H1.HeaderClassName
{
color: #32C0CB;
}
.AnyTagClassName
{
color: #32C0CB;
}
</style>
background-color css
<style>
a { background-color: #32C0CB; }
a { background-color: rgb(50,192,203); }
div.DivClassName
{
background-color: #32C0CB;
}
.BgClassName
{
background-color: #32C0CB;
}
</style>
border-color css
<style>
span { border-color: #32C0CB; }
span { border-color: rgb(50,192,203); }
td.TdClassName
{
border-color: #32C0CB;
}
.TagClassName
{
border-color: #32C0CB;
}
</style>