Shades of Medium Turquoise #57C3BC
Tints of Medium Turquoise #57C3BC
RGB
CMYK
RGB Variations
Color information
#57C3BC (or 0x57C3BC) is known color: Medium Turquoise. HEX triplet: 57, C3 and BC. RGB value is (87,195,188). Sum of RGB (Red+Green+Blue) = 87+195+188=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #57C3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C3BC is #A83C43. Grayscale: #A1A1A1. Windows color (decimal): -11025476 or 12370775. OLE color: 12370775.
HSL color Cylindrical-coordinate representation of color #57C3BC: hue angle of 176.11º degrees, saturation: 0.47, 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 #57C3BC is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 195 | 188 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.24 |
| HSL | 176.11º | 0.47% | 0.55% | - |
| HSV(B) | 176.11º | 0.55% | 0.76% | - |
| XYZ | 32.52 | 44.69 | 54.49 | - |
| YUV | 161.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 195 | 188 | 0.55 | 0 | 0.04 | 0.24 | 176.11 | 0.47 | 0.55 |
| Hex | 57 | C3 | BC | 37 | 0 | 4 | 18 | B0 | 2F | 37 |
| Octal | 127 | 303 | 274 | 67 | 0 | 4 | 30 | 260 | 57 | 67 |
| Binary | 1010111 | 11000011 | 10111100 | 110111 | 0 | 100 | 11000 | 10110000 | 101111 | 110111 |
Color Harmonies of #57C3BC
Complementary color
Monochromatic Colors of #57C3BC
Black with #57C3BC
Text Example
Text Example
White with #57C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C3BC; }
p { color: rgb(87,195,188); }
H1.HeaderClassName
{
color: #57C3BC;
}
.AnyTagClassName
{
color: #57C3BC;
}
</style>
background-color css
<style>
a { background-color: #57C3BC; }
a { background-color: rgb(87,195,188); }
div.DivClassName
{
background-color: #57C3BC;
}
.BgClassName
{
background-color: #57C3BC;
}
</style>
border-color css
<style>
span { border-color: #57C3BC; }
span { border-color: rgb(87,195,188); }
td.TdClassName
{
border-color: #57C3BC;
}
.TagClassName
{
border-color: #57C3BC;
}
</style>