Shades of Medium Turquoise #32D1C5
Tints of Medium Turquoise #32D1C5
RGB
CMYK
RGB Variations
Color information
#32D1C5 (or 0x32D1C5) is known color: Medium Turquoise. HEX triplet: 32, D1 and C5. RGB value is (50,209,197). Sum of RGB (Red+Green+Blue) = 50+209+197=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #32D1C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32D1C5 is #CD2E3A. Grayscale: #9F9F9F. Windows color (decimal): -13446715 or 12964146. OLE color: 12964146.
HSL color Cylindrical-coordinate representation of color #32D1C5: hue angle of 175.47º 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 #32D1C5 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 209 | 197 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.18 |
| HSL | 175.47º | 0.63% | 0.51% | - |
| HSV(B) | 175.47º | 0.76% | 0.82% | - |
| XYZ | 34.19 | 50.31 | 60.73 | - |
| YUV | 160.09 | 148.82 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 209 | 197 | 0.76 | 0 | 0.06 | 0.18 | 175.47 | 0.63 | 0.51 |
| Hex | 32 | D1 | C5 | 4C | 0 | 6 | 12 | AF | 3F | 33 |
| Octal | 62 | 321 | 305 | 114 | 0 | 6 | 22 | 257 | 77 | 63 |
| Binary | 110010 | 11010001 | 11000101 | 1001100 | 0 | 110 | 10010 | 10101111 | 111111 | 110011 |
Color Harmonies of #32D1C5
Complementary color
Monochromatic Colors of #32D1C5
Black with #32D1C5
Text Example
Text Example
White with #32D1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D1C5; }
p { color: rgb(50,209,197); }
H1.HeaderClassName
{
color: #32D1C5;
}
.AnyTagClassName
{
color: #32D1C5;
}
</style>
background-color css
<style>
a { background-color: #32D1C5; }
a { background-color: rgb(50,209,197); }
div.DivClassName
{
background-color: #32D1C5;
}
.BgClassName
{
background-color: #32D1C5;
}
</style>
border-color css
<style>
span { border-color: #32D1C5; }
span { border-color: rgb(50,209,197); }
td.TdClassName
{
border-color: #32D1C5;
}
.TagClassName
{
border-color: #32D1C5;
}
</style>