Shades of Medium Turquoise #32CEB7
Tints of Medium Turquoise #32CEB7
RGB
CMYK
RGB Variations
Color information
#32CEB7 (or 0x32CEB7) is known color: Medium Turquoise. HEX triplet: 32, CE and B7. RGB value is (50,206,183). Sum of RGB (Red+Green+Blue) = 50+206+183=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #32CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CEB7 is #CD3148. Grayscale: #9C9C9C. Windows color (decimal): -13447497 or 12045874. OLE color: 12045874.
HSL color Cylindrical-coordinate representation of color #32CEB7: hue angle of 171.15º 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 #32CEB7 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 183 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.19 |
| HSL | 171.15º | 0.61% | 0.5% | - |
| HSV(B) | 171.15º | 0.76% | 0.81% | - |
| XYZ | 31.93 | 48.24 | 52.43 | - |
| YUV | 156.73 | 142.82 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 183 | 0.76 | 0 | 0.11 | 0.19 | 171.15 | 0.61 | 0.5 |
| Hex | 32 | CE | B7 | 4C | 0 | B | 13 | AB | 3D | 32 |
| Octal | 62 | 316 | 267 | 114 | 0 | 13 | 23 | 253 | 75 | 62 |
| Binary | 110010 | 11001110 | 10110111 | 1001100 | 0 | 1011 | 10011 | 10101011 | 111101 | 110010 |
Color Harmonies of #32CEB7
Complementary color
Monochromatic Colors of #32CEB7
Black with #32CEB7
Text Example
Text Example
White with #32CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEB7; }
p { color: rgb(50,206,183); }
H1.HeaderClassName
{
color: #32CEB7;
}
.AnyTagClassName
{
color: #32CEB7;
}
</style>
background-color css
<style>
a { background-color: #32CEB7; }
a { background-color: rgb(50,206,183); }
div.DivClassName
{
background-color: #32CEB7;
}
.BgClassName
{
background-color: #32CEB7;
}
</style>
border-color css
<style>
span { border-color: #32CEB7; }
span { border-color: rgb(50,206,183); }
td.TdClassName
{
border-color: #32CEB7;
}
.TagClassName
{
border-color: #32CEB7;
}
</style>