Shades of Medium Turquoise #32CECF
Tints of Medium Turquoise #32CECF
RGB
CMYK
RGB Variations
Color information
#32CECF (or 0x32CECF) is known color: Medium Turquoise. HEX triplet: 32, CE and CF. RGB value is (50,206,207). Sum of RGB (Red+Green+Blue) = 50+206+207=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #32CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CECF is #CD3130. Grayscale: #9F9F9F. Windows color (decimal): -13447473 or 13618738. OLE color: 13618738.
HSL color Cylindrical-coordinate representation of color #32CECF: hue angle of 180.38º degrees, saturation: 0.62, 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 #32CECF is Cyan = 0.76, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 207 | - |
| CMYK | 0.76 | 0.00 | 0 | 0.19 |
| HSL | 180.38º | 0.62% | 0.5% | - |
| HSV(B) | 180.38º | 0.76% | 0.81% | - |
| XYZ | 34.65 | 49.33 | 66.73 | - |
| YUV | 159.47 | 154.82 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 207 | 0.76 | 0.00 | 0 | 0.19 | 180.38 | 0.62 | 0.5 |
| Hex | 32 | CE | CF | 4C | 0 | 0 | 13 | B4 | 3E | 32 |
| Octal | 62 | 316 | 317 | 114 | 0 | 0 | 23 | 264 | 76 | 62 |
| Binary | 110010 | 11001110 | 11001111 | 1001100 | 0 | 0 | 10011 | 10110100 | 111110 | 110010 |
Color Harmonies of #32CECF
Complementary color
Monochromatic Colors of #32CECF
Black with #32CECF
Text Example
Text Example
White with #32CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CECF; }
p { color: rgb(50,206,207); }
H1.HeaderClassName
{
color: #32CECF;
}
.AnyTagClassName
{
color: #32CECF;
}
</style>
background-color css
<style>
a { background-color: #32CECF; }
a { background-color: rgb(50,206,207); }
div.DivClassName
{
background-color: #32CECF;
}
.BgClassName
{
background-color: #32CECF;
}
</style>
border-color css
<style>
span { border-color: #32CECF; }
span { border-color: rgb(50,206,207); }
td.TdClassName
{
border-color: #32CECF;
}
.TagClassName
{
border-color: #32CECF;
}
</style>