Shades of Medium Turquoise #32CFCC
Tints of Medium Turquoise #32CFCC
RGB
CMYK
RGB Variations
Color information
#32CFCC (or 0x32CFCC) is known color: Medium Turquoise. HEX triplet: 32, CF and CC. RGB value is (50,207,204). Sum of RGB (Red+Green+Blue) = 50+207+204=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #32CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFCC is #CD3033. Grayscale: #9F9F9F. Windows color (decimal): -13447220 or 13422386. OLE color: 13422386.
HSL color Cylindrical-coordinate representation of color #32CFCC: hue angle of 178.85º degrees, saturation: 0.62, 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 #32CFCC is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 204 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.19 |
| HSL | 178.85º | 0.62% | 0.5% | - |
| HSV(B) | 178.85º | 0.76% | 0.81% | - |
| XYZ | 34.53 | 49.66 | 64.89 | - |
| YUV | 159.72 | 152.99 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 204 | 0.76 | 0 | 0.01 | 0.19 | 178.85 | 0.62 | 0.5 |
| Hex | 32 | CF | CC | 4C | 0 | 1 | 13 | B3 | 3E | 32 |
| Octal | 62 | 317 | 314 | 114 | 0 | 1 | 23 | 263 | 76 | 62 |
| Binary | 110010 | 11001111 | 11001100 | 1001100 | 0 | 1 | 10011 | 10110011 | 111110 | 110010 |
Color Harmonies of #32CFCC
Complementary color
Monochromatic Colors of #32CFCC
Black with #32CFCC
Text Example
Text Example
White with #32CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFCC; }
p { color: rgb(50,207,204); }
H1.HeaderClassName
{
color: #32CFCC;
}
.AnyTagClassName
{
color: #32CFCC;
}
</style>
background-color css
<style>
a { background-color: #32CFCC; }
a { background-color: rgb(50,207,204); }
div.DivClassName
{
background-color: #32CFCC;
}
.BgClassName
{
background-color: #32CFCC;
}
</style>
border-color css
<style>
span { border-color: #32CFCC; }
span { border-color: rgb(50,207,204); }
td.TdClassName
{
border-color: #32CFCC;
}
.TagClassName
{
border-color: #32CFCC;
}
</style>