Shades of Medium Turquoise #32C9BA
Tints of Medium Turquoise #32C9BA
RGB
CMYK
RGB Variations
Color information
#32C9BA (or 0x32C9BA) is known color: Medium Turquoise. HEX triplet: 32, C9 and BA. RGB value is (50,201,186). Sum of RGB (Red+Green+Blue) = 50+201+186=437 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.44% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #32C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C9BA is #CD3645. Grayscale: #9A9A9A. Windows color (decimal): -13448774 or 12241202. OLE color: 12241202.
HSL color Cylindrical-coordinate representation of color #32C9BA: hue angle of 174.04º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C9BA is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 186 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.21 |
| HSL | 174.04º | 0.6% | 0.49% | - |
| HSV(B) | 174.04º | 0.75% | 0.79% | - |
| XYZ | 31.06 | 46 | 53.7 | - |
| YUV | 154.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 186 | 0.75 | 0 | 0.07 | 0.21 | 174.04 | 0.6 | 0.49 |
| Hex | 32 | C9 | BA | 4B | 0 | 7 | 15 | AE | 3C | 31 |
| Octal | 62 | 311 | 272 | 113 | 0 | 7 | 25 | 256 | 74 | 61 |
| Binary | 110010 | 11001001 | 10111010 | 1001011 | 0 | 111 | 10101 | 10101110 | 111100 | 110001 |
Color Harmonies of #32C9BA
Complementary color
Monochromatic Colors of #32C9BA
Black with #32C9BA
Text Example
Text Example
White with #32C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C9BA; }
p { color: rgb(50,201,186); }
H1.HeaderClassName
{
color: #32C9BA;
}
.AnyTagClassName
{
color: #32C9BA;
}
</style>
background-color css
<style>
a { background-color: #32C9BA; }
a { background-color: rgb(50,201,186); }
div.DivClassName
{
background-color: #32C9BA;
}
.BgClassName
{
background-color: #32C9BA;
}
</style>
border-color css
<style>
span { border-color: #32C9BA; }
span { border-color: rgb(50,201,186); }
td.TdClassName
{
border-color: #32C9BA;
}
.TagClassName
{
border-color: #32C9BA;
}
</style>