Shades of Medium Turquoise #57C5C0
Tints of Medium Turquoise #57C5C0
RGB
CMYK
RGB Variations
Color information
#57C5C0 (or 0x57C5C0) is known color: Medium Turquoise. HEX triplet: 57, C5 and C0. RGB value is (87,197,192). Sum of RGB (Red+Green+Blue) = 87+197+192=476 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.28% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5C0 is #A83A3F. Grayscale: #A3A3A3. Windows color (decimal): -11024960 or 12633431. OLE color: 12633431.
HSL color Cylindrical-coordinate representation of color #57C5C0: hue angle of 177.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C5C0 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 192 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.23 |
| HSL | 177.27º | 0.49% | 0.56% | - |
| HSV(B) | 177.27º | 0.56% | 0.77% | - |
| XYZ | 33.41 | 45.76 | 56.94 | - |
| YUV | 163.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 192 | 0.56 | 0 | 0.03 | 0.23 | 177.27 | 0.49 | 0.56 |
| Hex | 57 | C5 | C0 | 38 | 0 | 3 | 17 | B1 | 31 | 38 |
| Octal | 127 | 305 | 300 | 70 | 0 | 3 | 27 | 261 | 61 | 70 |
| Binary | 1010111 | 11000101 | 11000000 | 111000 | 0 | 11 | 10111 | 10110001 | 110001 | 111000 |
Color Harmonies of #57C5C0
Complementary color
Monochromatic Colors of #57C5C0
Black with #57C5C0
Text Example
Text Example
White with #57C5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5C0; }
p { color: rgb(87,197,192); }
H1.HeaderClassName
{
color: #57C5C0;
}
.AnyTagClassName
{
color: #57C5C0;
}
</style>
background-color css
<style>
a { background-color: #57C5C0; }
a { background-color: rgb(87,197,192); }
div.DivClassName
{
background-color: #57C5C0;
}
.BgClassName
{
background-color: #57C5C0;
}
</style>
border-color css
<style>
span { border-color: #57C5C0; }
span { border-color: rgb(87,197,192); }
td.TdClassName
{
border-color: #57C5C0;
}
.TagClassName
{
border-color: #57C5C0;
}
</style>