Shades of Medium Turquoise #57CEC0
Tints of Medium Turquoise #57CEC0
RGB
CMYK
RGB Variations
Color information
#57CEC0 (or 0x57CEC0) is known color: Medium Turquoise. HEX triplet: 57, CE and C0. RGB value is (87,206,192). Sum of RGB (Red+Green+Blue) = 87+206+192=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #57CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CEC0 is #A8313F. Grayscale: #A8A8A8. Windows color (decimal): -11022656 or 12635735. OLE color: 12635735.
HSL color Cylindrical-coordinate representation of color #57CEC0: hue angle of 172.94º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57CEC0 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 206 | 192 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.19 |
| HSL | 172.94º | 0.55% | 0.57% | - |
| HSV(B) | 172.94º | 0.58% | 0.81% | - |
| XYZ | 35.52 | 49.97 | 57.64 | - |
| YUV | 168.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 192 | 0.58 | 0 | 0.07 | 0.19 | 172.94 | 0.55 | 0.57 |
| Hex | 57 | CE | C0 | 3A | 0 | 7 | 13 | AD | 37 | 39 |
| Octal | 127 | 316 | 300 | 72 | 0 | 7 | 23 | 255 | 67 | 71 |
| Binary | 1010111 | 11001110 | 11000000 | 111010 | 0 | 111 | 10011 | 10101101 | 110111 | 111001 |
Color Harmonies of #57CEC0
Complementary color
Monochromatic Colors of #57CEC0
Black with #57CEC0
Text Example
Text Example
White with #57CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEC0; }
p { color: rgb(87,206,192); }
H1.HeaderClassName
{
color: #57CEC0;
}
.AnyTagClassName
{
color: #57CEC0;
}
</style>
background-color css
<style>
a { background-color: #57CEC0; }
a { background-color: rgb(87,206,192); }
div.DivClassName
{
background-color: #57CEC0;
}
.BgClassName
{
background-color: #57CEC0;
}
</style>
border-color css
<style>
span { border-color: #57CEC0; }
span { border-color: rgb(87,206,192); }
td.TdClassName
{
border-color: #57CEC0;
}
.TagClassName
{
border-color: #57CEC0;
}
</style>