Shades of Medium Turquoise #32CCBE
Tints of Medium Turquoise #32CCBE
RGB
CMYK
RGB Variations
Color information
#32CCBE (or 0x32CCBE) is known color: Medium Turquoise. HEX triplet: 32, CC and BE. RGB value is (50,204,190). Sum of RGB (Red+Green+Blue) = 50+204+190=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #32CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CCBE is #CD3341. Grayscale: #9C9C9C. Windows color (decimal): -13448002 or 12504114. OLE color: 12504114.
HSL color Cylindrical-coordinate representation of color #32CCBE: hue angle of 174.55º 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 #32CCBE is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 190 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.2 |
| HSL | 174.55º | 0.61% | 0.5% | - |
| HSV(B) | 174.55º | 0.75% | 0.8% | - |
| XYZ | 32.2 | 47.58 | 56.2 | - |
| YUV | 156.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 190 | 0.75 | 0 | 0.07 | 0.2 | 174.55 | 0.61 | 0.5 |
| Hex | 32 | CC | BE | 4B | 0 | 7 | 14 | AF | 3D | 32 |
| Octal | 62 | 314 | 276 | 113 | 0 | 7 | 24 | 257 | 75 | 62 |
| Binary | 110010 | 11001100 | 10111110 | 1001011 | 0 | 111 | 10100 | 10101111 | 111101 | 110010 |
Color Harmonies of #32CCBE
Complementary color
Monochromatic Colors of #32CCBE
Black with #32CCBE
Text Example
Text Example
White with #32CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CCBE; }
p { color: rgb(50,204,190); }
H1.HeaderClassName
{
color: #32CCBE;
}
.AnyTagClassName
{
color: #32CCBE;
}
</style>
background-color css
<style>
a { background-color: #32CCBE; }
a { background-color: rgb(50,204,190); }
div.DivClassName
{
background-color: #32CCBE;
}
.BgClassName
{
background-color: #32CCBE;
}
</style>
border-color css
<style>
span { border-color: #32CCBE; }
span { border-color: rgb(50,204,190); }
td.TdClassName
{
border-color: #32CCBE;
}
.TagClassName
{
border-color: #32CCBE;
}
</style>