Shades of Medium Turquoise #57C1BE
Tints of Medium Turquoise #57C1BE
RGB
CMYK
RGB Variations
Color information
#57C1BE (or 0x57C1BE) is known color: Medium Turquoise. HEX triplet: 57, C1 and BE. RGB value is (87,193,190). Sum of RGB (Red+Green+Blue) = 87+193+190=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C1BE is #A83E41. Grayscale: #A0A0A0. Windows color (decimal): -11025986 or 12501335. OLE color: 12501335.
HSL color Cylindrical-coordinate representation of color #57C1BE: hue angle of 178.3º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C1BE is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 193 | 190 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.24 |
| HSL | 178.3º | 0.46% | 0.55% | - |
| HSV(B) | 178.3º | 0.55% | 0.76% | - |
| XYZ | 32.29 | 43.88 | 55.48 | - |
| YUV | 160.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 193 | 190 | 0.55 | 0 | 0.02 | 0.24 | 178.3 | 0.46 | 0.55 |
| Hex | 57 | C1 | BE | 37 | 0 | 2 | 18 | B2 | 2E | 37 |
| Octal | 127 | 301 | 276 | 67 | 0 | 2 | 30 | 262 | 56 | 67 |
| Binary | 1010111 | 11000001 | 10111110 | 110111 | 0 | 10 | 11000 | 10110010 | 101110 | 110111 |
Color Harmonies of #57C1BE
Complementary color
Monochromatic Colors of #57C1BE
Black with #57C1BE
Text Example
Text Example
White with #57C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C1BE; }
p { color: rgb(87,193,190); }
H1.HeaderClassName
{
color: #57C1BE;
}
.AnyTagClassName
{
color: #57C1BE;
}
</style>
background-color css
<style>
a { background-color: #57C1BE; }
a { background-color: rgb(87,193,190); }
div.DivClassName
{
background-color: #57C1BE;
}
.BgClassName
{
background-color: #57C1BE;
}
</style>
border-color css
<style>
span { border-color: #57C1BE; }
span { border-color: rgb(87,193,190); }
td.TdClassName
{
border-color: #57C1BE;
}
.TagClassName
{
border-color: #57C1BE;
}
</style>