Shades of Medium Turquoise #32CCBB
Tints of Medium Turquoise #32CCBB
RGB
CMYK
RGB Variations
Color information
#32CCBB (or 0x32CCBB) is known color: Medium Turquoise. HEX triplet: 32, CC and BB. RGB value is (50,204,187). Sum of RGB (Red+Green+Blue) = 50+204+187=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #32CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCBB is #CD3344. Grayscale: #9B9B9B. Windows color (decimal): -13448005 or 12307506. OLE color: 12307506.
HSL color Cylindrical-coordinate representation of color #32CCBB: hue angle of 173.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CCBB is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 187 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.2 |
| HSL | 173.38º | 0.61% | 0.5% | - |
| HSV(B) | 173.38º | 0.75% | 0.8% | - |
| XYZ | 31.88 | 47.45 | 54.49 | - |
| YUV | 156.02 | 145.48 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 187 | 0.75 | 0 | 0.08 | 0.2 | 173.38 | 0.61 | 0.5 |
| Hex | 32 | CC | BB | 4B | 0 | 8 | 14 | AD | 3D | 32 |
| Octal | 62 | 314 | 273 | 113 | 0 | 10 | 24 | 255 | 75 | 62 |
| Binary | 110010 | 11001100 | 10111011 | 1001011 | 0 | 1000 | 10100 | 10101101 | 111101 | 110010 |
Color Harmonies of #32CCBB
Complementary color
Monochromatic Colors of #32CCBB
Black with #32CCBB
Text Example
Text Example
White with #32CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCBB; }
p { color: rgb(50,204,187); }
H1.HeaderClassName
{
color: #32CCBB;
}
.AnyTagClassName
{
color: #32CCBB;
}
</style>
background-color css
<style>
a { background-color: #32CCBB; }
a { background-color: rgb(50,204,187); }
div.DivClassName
{
background-color: #32CCBB;
}
.BgClassName
{
background-color: #32CCBB;
}
</style>
border-color css
<style>
span { border-color: #32CCBB; }
span { border-color: rgb(50,204,187); }
td.TdClassName
{
border-color: #32CCBB;
}
.TagClassName
{
border-color: #32CCBB;
}
</style>