Shades of Medium Turquoise #32C9BB
Tints of Medium Turquoise #32C9BB
RGB
CMYK
RGB Variations
Color information
#32C9BB (or 0x32C9BB) is known color: Medium Turquoise. HEX triplet: 32, C9 and BB. RGB value is (50,201,187). Sum of RGB (Red+Green+Blue) = 50+201+187=438 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.42% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #32C9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32C9BB is #CD3644. Grayscale: #9A9A9A. Windows color (decimal): -13448773 or 12306738. OLE color: 12306738.
HSL color Cylindrical-coordinate representation of color #32C9BB: hue angle of 174.44º 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 #32C9BB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 187 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.21 |
| HSL | 174.44º | 0.6% | 0.49% | - |
| HSV(B) | 174.44º | 0.75% | 0.79% | - |
| XYZ | 31.17 | 46.04 | 54.26 | - |
| YUV | 154.26 | 146.47 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 187 | 0.75 | 0 | 0.07 | 0.21 | 174.44 | 0.6 | 0.49 |
| Hex | 32 | C9 | BB | 4B | 0 | 7 | 15 | AE | 3C | 31 |
| Octal | 62 | 311 | 273 | 113 | 0 | 7 | 25 | 256 | 74 | 61 |
| Binary | 110010 | 11001001 | 10111011 | 1001011 | 0 | 111 | 10101 | 10101110 | 111100 | 110001 |
Color Harmonies of #32C9BB
Complementary color
Monochromatic Colors of #32C9BB
Black with #32C9BB
Text Example
Text Example
White with #32C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C9BB; }
p { color: rgb(50,201,187); }
H1.HeaderClassName
{
color: #32C9BB;
}
.AnyTagClassName
{
color: #32C9BB;
}
</style>
background-color css
<style>
a { background-color: #32C9BB; }
a { background-color: rgb(50,201,187); }
div.DivClassName
{
background-color: #32C9BB;
}
.BgClassName
{
background-color: #32C9BB;
}
</style>
border-color css
<style>
span { border-color: #32C9BB; }
span { border-color: rgb(50,201,187); }
td.TdClassName
{
border-color: #32C9BB;
}
.TagClassName
{
border-color: #32C9BB;
}
</style>