Shades of Medium Turquoise #32C1BE
Tints of Medium Turquoise #32C1BE
RGB
CMYK
RGB Variations
Color information
#32C1BE (or 0x32C1BE) is known color: Medium Turquoise. HEX triplet: 32, C1 and BE. RGB value is (50,193,190). Sum of RGB (Red+Green+Blue) = 50+193+190=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #32C1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C1BE is #CD3E41. Grayscale: #959595. Windows color (decimal): -13450818 or 12501298. OLE color: 12501298.
HSL color Cylindrical-coordinate representation of color #32C1BE: hue angle of 178.74º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C1BE is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 190 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.24 |
| HSL | 178.74º | 0.59% | 0.48% | - |
| HSV(B) | 178.74º | 0.74% | 0.76% | - |
| XYZ | 29.68 | 42.54 | 55.36 | - |
| YUV | 149.9 | 150.62 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 190 | 0.74 | 0 | 0.02 | 0.24 | 178.74 | 0.59 | 0.48 |
| Hex | 32 | C1 | BE | 4A | 0 | 2 | 18 | B3 | 3B | 30 |
| Octal | 62 | 301 | 276 | 112 | 0 | 2 | 30 | 263 | 73 | 60 |
| Binary | 110010 | 11000001 | 10111110 | 1001010 | 0 | 10 | 11000 | 10110011 | 111011 | 110000 |
Color Harmonies of #32C1BE
Complementary color
Monochromatic Colors of #32C1BE
Black with #32C1BE
Text Example
Text Example
White with #32C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C1BE; }
p { color: rgb(50,193,190); }
H1.HeaderClassName
{
color: #32C1BE;
}
.AnyTagClassName
{
color: #32C1BE;
}
</style>
background-color css
<style>
a { background-color: #32C1BE; }
a { background-color: rgb(50,193,190); }
div.DivClassName
{
background-color: #32C1BE;
}
.BgClassName
{
background-color: #32C1BE;
}
</style>
border-color css
<style>
span { border-color: #32C1BE; }
span { border-color: rgb(50,193,190); }
td.TdClassName
{
border-color: #32C1BE;
}
.TagClassName
{
border-color: #32C1BE;
}
</style>