Shades of Medium Turquoise #32C2CD
Tints of Medium Turquoise #32C2CD
RGB
CMYK
RGB Variations
Color information
#32C2CD (or 0x32C2CD) is known color: Medium Turquoise. HEX triplet: 32, C2 and CD. RGB value is (50,194,205). Sum of RGB (Red+Green+Blue) = 50+194+205=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #32C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C2CD is #CD3D32. Grayscale: #989898. Windows color (decimal): -13450547 or 13484594. OLE color: 13484594.
HSL color Cylindrical-coordinate representation of color #32C2CD: hue angle of 184.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32C2CD is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 194 | 205 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.20 |
| HSL | 184.26º | 0.61% | 0.5% | - |
| HSV(B) | 184.26º | 0.76% | 0.8% | - |
| XYZ | 31.63 | 43.67 | 64.52 | - |
| YUV | 152.2 | 157.79 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 205 | 0.76 | 0.05 | 0 | 0.20 | 184.26 | 0.61 | 0.5 |
| Hex | 32 | C2 | CD | 4C | 5 | 0 | 14 | B8 | 3D | 32 |
| Octal | 62 | 302 | 315 | 114 | 5 | 0 | 24 | 270 | 75 | 62 |
| Binary | 110010 | 11000010 | 11001101 | 1001100 | 101 | 0 | 10100 | 10111000 | 111101 | 110010 |
Color Harmonies of #32C2CD
Complementary color
Monochromatic Colors of #32C2CD
Black with #32C2CD
Text Example
Text Example
White with #32C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C2CD; }
p { color: rgb(50,194,205); }
H1.HeaderClassName
{
color: #32C2CD;
}
.AnyTagClassName
{
color: #32C2CD;
}
</style>
background-color css
<style>
a { background-color: #32C2CD; }
a { background-color: rgb(50,194,205); }
div.DivClassName
{
background-color: #32C2CD;
}
.BgClassName
{
background-color: #32C2CD;
}
</style>
border-color css
<style>
span { border-color: #32C2CD; }
span { border-color: rgb(50,194,205); }
td.TdClassName
{
border-color: #32C2CD;
}
.TagClassName
{
border-color: #32C2CD;
}
</style>