Shades of Medium Turquoise #32CFBB
Tints of Medium Turquoise #32CFBB
RGB
CMYK
RGB Variations
Color information
#32CFBB (or 0x32CFBB) is known color: Medium Turquoise. HEX triplet: 32, CF and BB. RGB value is (50,207,187). Sum of RGB (Red+Green+Blue) = 50+207+187=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #32CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CFBB is #CD3044. Grayscale: #9D9D9D. Windows color (decimal): -13447237 or 12308274. OLE color: 12308274.
HSL color Cylindrical-coordinate representation of color #32CFBB: hue angle of 172.36º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CFBB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 187 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.19 |
| HSL | 172.36º | 0.62% | 0.5% | - |
| HSV(B) | 172.36º | 0.76% | 0.81% | - |
| XYZ | 32.6 | 48.89 | 54.73 | - |
| YUV | 157.78 | 144.49 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 187 | 0.76 | 0 | 0.10 | 0.19 | 172.36 | 0.62 | 0.5 |
| Hex | 32 | CF | BB | 4C | 0 | A | 13 | AC | 3E | 32 |
| Octal | 62 | 317 | 273 | 114 | 0 | 12 | 23 | 254 | 76 | 62 |
| Binary | 110010 | 11001111 | 10111011 | 1001100 | 0 | 1010 | 10011 | 10101100 | 111110 | 110010 |
Color Harmonies of #32CFBB
Complementary color
Monochromatic Colors of #32CFBB
Black with #32CFBB
Text Example
Text Example
White with #32CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CFBB; }
p { color: rgb(50,207,187); }
H1.HeaderClassName
{
color: #32CFBB;
}
.AnyTagClassName
{
color: #32CFBB;
}
</style>
background-color css
<style>
a { background-color: #32CFBB; }
a { background-color: rgb(50,207,187); }
div.DivClassName
{
background-color: #32CFBB;
}
.BgClassName
{
background-color: #32CFBB;
}
</style>
border-color css
<style>
span { border-color: #32CFBB; }
span { border-color: rgb(50,207,187); }
td.TdClassName
{
border-color: #32CFBB;
}
.TagClassName
{
border-color: #32CFBB;
}
</style>