Shades of Medium Turquoise #32CABB
Tints of Medium Turquoise #32CABB
RGB
CMYK
RGB Variations
Color information
#32CABB (or 0x32CABB) is known color: Medium Turquoise. HEX triplet: 32, CA and BB. RGB value is (50,202,187). Sum of RGB (Red+Green+Blue) = 50+202+187=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #32CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CABB is #CD3544. Grayscale: #9A9A9A. Windows color (decimal): -13448517 or 12306994. OLE color: 12306994.
HSL color Cylindrical-coordinate representation of color #32CABB: hue angle of 174.08º 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 #32CABB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 187 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.21 |
| HSL | 174.08º | 0.6% | 0.49% | - |
| HSV(B) | 174.08º | 0.75% | 0.79% | - |
| XYZ | 31.41 | 46.51 | 54.34 | - |
| YUV | 154.84 | 146.14 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 187 | 0.75 | 0 | 0.07 | 0.21 | 174.08 | 0.6 | 0.49 |
| Hex | 32 | CA | BB | 4B | 0 | 7 | 15 | AE | 3C | 31 |
| Octal | 62 | 312 | 273 | 113 | 0 | 7 | 25 | 256 | 74 | 61 |
| Binary | 110010 | 11001010 | 10111011 | 1001011 | 0 | 111 | 10101 | 10101110 | 111100 | 110001 |
Color Harmonies of #32CABB
Complementary color
Monochromatic Colors of #32CABB
Black with #32CABB
Text Example
Text Example
White with #32CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CABB; }
p { color: rgb(50,202,187); }
H1.HeaderClassName
{
color: #32CABB;
}
.AnyTagClassName
{
color: #32CABB;
}
</style>
background-color css
<style>
a { background-color: #32CABB; }
a { background-color: rgb(50,202,187); }
div.DivClassName
{
background-color: #32CABB;
}
.BgClassName
{
background-color: #32CABB;
}
</style>
border-color css
<style>
span { border-color: #32CABB; }
span { border-color: rgb(50,202,187); }
td.TdClassName
{
border-color: #32CABB;
}
.TagClassName
{
border-color: #32CABB;
}
</style>