Shades of Medium Turquoise #57C5BA
Tints of Medium Turquoise #57C5BA
RGB
CMYK
RGB Variations
Color information
#57C5BA (or 0x57C5BA) is known color: Medium Turquoise. HEX triplet: 57, C5 and BA. RGB value is (87,197,186). Sum of RGB (Red+Green+Blue) = 87+197+186=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5BA is #A83A45. Grayscale: #A2A2A2. Windows color (decimal): -11024966 or 12240215. OLE color: 12240215.
HSL color Cylindrical-coordinate representation of color #57C5BA: hue angle of 174º 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 #57C5BA is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 186 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.23 |
| HSL | 174º | 0.49% | 0.56% | - |
| HSV(B) | 174º | 0.56% | 0.77% | - |
| XYZ | 32.76 | 45.5 | 53.51 | - |
| YUV | 162.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 186 | 0.56 | 0 | 0.06 | 0.23 | 174 | 0.49 | 0.56 |
| Hex | 57 | C5 | BA | 38 | 0 | 6 | 17 | AE | 31 | 38 |
| Octal | 127 | 305 | 272 | 70 | 0 | 6 | 27 | 256 | 61 | 70 |
| Binary | 1010111 | 11000101 | 10111010 | 111000 | 0 | 110 | 10111 | 10101110 | 110001 | 111000 |
Color Harmonies of #57C5BA
Complementary color
Monochromatic Colors of #57C5BA
Black with #57C5BA
Text Example
Text Example
White with #57C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5BA; }
p { color: rgb(87,197,186); }
H1.HeaderClassName
{
color: #57C5BA;
}
.AnyTagClassName
{
color: #57C5BA;
}
</style>
background-color css
<style>
a { background-color: #57C5BA; }
a { background-color: rgb(87,197,186); }
div.DivClassName
{
background-color: #57C5BA;
}
.BgClassName
{
background-color: #57C5BA;
}
</style>
border-color css
<style>
span { border-color: #57C5BA; }
span { border-color: rgb(87,197,186); }
td.TdClassName
{
border-color: #57C5BA;
}
.TagClassName
{
border-color: #57C5BA;
}
</style>