Shades of Medium Turquoise #32CABF
Tints of Medium Turquoise #32CABF
RGB
CMYK
RGB Variations
Color information
#32CABF (or 0x32CABF) is known color: Medium Turquoise. HEX triplet: 32, CA and BF. RGB value is (50,202,191). Sum of RGB (Red+Green+Blue) = 50+202+191=443 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.29% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #32CABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CABF is #CD3540. Grayscale: #9B9B9B. Windows color (decimal): -13448513 or 12569138. OLE color: 12569138.
HSL color Cylindrical-coordinate representation of color #32CABF: hue angle of 175.66º 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 #32CABF is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 191 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.21 |
| HSL | 175.66º | 0.6% | 0.49% | - |
| HSV(B) | 175.66º | 0.75% | 0.79% | - |
| XYZ | 31.84 | 46.68 | 56.62 | - |
| YUV | 155.3 | 148.14 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 191 | 0.75 | 0 | 0.05 | 0.21 | 175.66 | 0.6 | 0.49 |
| Hex | 32 | CA | BF | 4B | 0 | 5 | 15 | B0 | 3C | 31 |
| Octal | 62 | 312 | 277 | 113 | 0 | 5 | 25 | 260 | 74 | 61 |
| Binary | 110010 | 11001010 | 10111111 | 1001011 | 0 | 101 | 10101 | 10110000 | 111100 | 110001 |
Color Harmonies of #32CABF
Complementary color
Monochromatic Colors of #32CABF
Black with #32CABF
Text Example
Text Example
White with #32CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CABF; }
p { color: rgb(50,202,191); }
H1.HeaderClassName
{
color: #32CABF;
}
.AnyTagClassName
{
color: #32CABF;
}
</style>
background-color css
<style>
a { background-color: #32CABF; }
a { background-color: rgb(50,202,191); }
div.DivClassName
{
background-color: #32CABF;
}
.BgClassName
{
background-color: #32CABF;
}
</style>
border-color css
<style>
span { border-color: #32CABF; }
span { border-color: rgb(50,202,191); }
td.TdClassName
{
border-color: #32CABF;
}
.TagClassName
{
border-color: #32CABF;
}
</style>