Shades of Medium Turquoise #32CEBF
Tints of Medium Turquoise #32CEBF
RGB
CMYK
RGB Variations
Color information
#32CEBF (or 0x32CEBF) is known color: Medium Turquoise. HEX triplet: 32, CE and BF. RGB value is (50,206,191). Sum of RGB (Red+Green+Blue) = 50+206+191=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEBF is #CD3140. Grayscale: #9D9D9D. Windows color (decimal): -13447489 or 12570162. OLE color: 12570162.
HSL color Cylindrical-coordinate representation of color #32CEBF: hue angle of 174.23º degrees, saturation: 0.61, 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 #32CEBF is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 191 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.19 |
| HSL | 174.23º | 0.61% | 0.5% | - |
| HSV(B) | 174.23º | 0.76% | 0.81% | - |
| XYZ | 32.79 | 48.58 | 56.94 | - |
| YUV | 157.65 | 146.82 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 191 | 0.76 | 0 | 0.07 | 0.19 | 174.23 | 0.61 | 0.5 |
| Hex | 32 | CE | BF | 4C | 0 | 7 | 13 | AE | 3D | 32 |
| Octal | 62 | 316 | 277 | 114 | 0 | 7 | 23 | 256 | 75 | 62 |
| Binary | 110010 | 11001110 | 10111111 | 1001100 | 0 | 111 | 10011 | 10101110 | 111101 | 110010 |
Color Harmonies of #32CEBF
Complementary color
Monochromatic Colors of #32CEBF
Black with #32CEBF
Text Example
Text Example
White with #32CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEBF; }
p { color: rgb(50,206,191); }
H1.HeaderClassName
{
color: #32CEBF;
}
.AnyTagClassName
{
color: #32CEBF;
}
</style>
background-color css
<style>
a { background-color: #32CEBF; }
a { background-color: rgb(50,206,191); }
div.DivClassName
{
background-color: #32CEBF;
}
.BgClassName
{
background-color: #32CEBF;
}
</style>
border-color css
<style>
span { border-color: #32CEBF; }
span { border-color: rgb(50,206,191); }
td.TdClassName
{
border-color: #32CEBF;
}
.TagClassName
{
border-color: #32CEBF;
}
</style>