Shades of Medium Turquoise #32D0CC
Tints of Medium Turquoise #32D0CC
RGB
CMYK
RGB Variations
Color information
#32D0CC (or 0x32D0CC) is known color: Medium Turquoise. HEX triplet: 32, D0 and CC. RGB value is (50,208,204). Sum of RGB (Red+Green+Blue) = 50+208+204=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #32D0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D0CC is #CD2F33. Grayscale: #A0A0A0. Windows color (decimal): -13446964 or 13422642. OLE color: 13422642.
HSL color Cylindrical-coordinate representation of color #32D0CC: hue angle of 178.48º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D0CC is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 204 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.18 |
| HSL | 178.48º | 0.63% | 0.51% | - |
| HSV(B) | 178.48º | 0.76% | 0.82% | - |
| XYZ | 34.77 | 50.15 | 64.97 | - |
| YUV | 160.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 204 | 0.76 | 0 | 0.02 | 0.18 | 178.48 | 0.63 | 0.51 |
| Hex | 32 | D0 | CC | 4C | 0 | 2 | 12 | B2 | 3F | 33 |
| Octal | 62 | 320 | 314 | 114 | 0 | 2 | 22 | 262 | 77 | 63 |
| Binary | 110010 | 11010000 | 11001100 | 1001100 | 0 | 10 | 10010 | 10110010 | 111111 | 110011 |
Color Harmonies of #32D0CC
Complementary color
Monochromatic Colors of #32D0CC
Black with #32D0CC
Text Example
Text Example
White with #32D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D0CC; }
p { color: rgb(50,208,204); }
H1.HeaderClassName
{
color: #32D0CC;
}
.AnyTagClassName
{
color: #32D0CC;
}
</style>
background-color css
<style>
a { background-color: #32D0CC; }
a { background-color: rgb(50,208,204); }
div.DivClassName
{
background-color: #32D0CC;
}
.BgClassName
{
background-color: #32D0CC;
}
</style>
border-color css
<style>
span { border-color: #32D0CC; }
span { border-color: rgb(50,208,204); }
td.TdClassName
{
border-color: #32D0CC;
}
.TagClassName
{
border-color: #32D0CC;
}
</style>