Shades of Medium Turquoise #32CBCC
Tints of Medium Turquoise #32CBCC
RGB
CMYK
RGB Variations
Color information
#32CBCC (or 0x32CBCC) is known color: Medium Turquoise. HEX triplet: 32, CB and CC. RGB value is (50,203,204). Sum of RGB (Red+Green+Blue) = 50+203+204=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #32CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBCC is #CD3433. Grayscale: #9D9D9D. Windows color (decimal): -13448244 or 13421362. OLE color: 13421362.
HSL color Cylindrical-coordinate representation of color #32CBCC: hue angle of 180.39º degrees, saturation: 0.61, 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 #32CBCC is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 203 | 204 | - |
| CMYK | 0.75 | 0.00 | 0 | 0.2 |
| HSL | 180.39º | 0.61% | 0.5% | - |
| HSV(B) | 180.39º | 0.75% | 0.8% | - |
| XYZ | 33.57 | 47.75 | 64.57 | - |
| YUV | 157.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 204 | 0.75 | 0.00 | 0 | 0.2 | 180.39 | 0.61 | 0.5 |
| Hex | 32 | CB | CC | 4B | 0 | 0 | 14 | B4 | 3D | 32 |
| Octal | 62 | 313 | 314 | 113 | 0 | 0 | 24 | 264 | 75 | 62 |
| Binary | 110010 | 11001011 | 11001100 | 1001011 | 0 | 0 | 10100 | 10110100 | 111101 | 110010 |
Color Harmonies of #32CBCC
Complementary color
Monochromatic Colors of #32CBCC
Black with #32CBCC
Text Example
Text Example
White with #32CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBCC; }
p { color: rgb(50,203,204); }
H1.HeaderClassName
{
color: #32CBCC;
}
.AnyTagClassName
{
color: #32CBCC;
}
</style>
background-color css
<style>
a { background-color: #32CBCC; }
a { background-color: rgb(50,203,204); }
div.DivClassName
{
background-color: #32CBCC;
}
.BgClassName
{
background-color: #32CBCC;
}
</style>
border-color css
<style>
span { border-color: #32CBCC; }
span { border-color: rgb(50,203,204); }
td.TdClassName
{
border-color: #32CBCC;
}
.TagClassName
{
border-color: #32CBCC;
}
</style>