Shades of Medium Turquoise #57C7BC
Tints of Medium Turquoise #57C7BC
RGB
CMYK
RGB Variations
Color information
#57C7BC (or 0x57C7BC) is known color: Medium Turquoise. HEX triplet: 57, C7 and BC. RGB value is (87,199,188). Sum of RGB (Red+Green+Blue) = 87+199+188=474 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.35% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #57C7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C7BC is #A83843. Grayscale: #A4A4A4. Windows color (decimal): -11024452 or 12371799. OLE color: 12371799.
HSL color Cylindrical-coordinate representation of color #57C7BC: hue angle of 174.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C7BC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 199 | 188 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.22 |
| HSL | 174.11º | 0.5% | 0.56% | - |
| HSV(B) | 174.11º | 0.56% | 0.78% | - |
| XYZ | 33.43 | 46.5 | 54.79 | - |
| YUV | 164.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 199 | 188 | 0.56 | 0 | 0.06 | 0.22 | 174.11 | 0.5 | 0.56 |
| Hex | 57 | C7 | BC | 38 | 0 | 6 | 16 | AE | 32 | 38 |
| Octal | 127 | 307 | 274 | 70 | 0 | 6 | 26 | 256 | 62 | 70 |
| Binary | 1010111 | 11000111 | 10111100 | 111000 | 0 | 110 | 10110 | 10101110 | 110010 | 111000 |
Color Harmonies of #57C7BC
Complementary color
Monochromatic Colors of #57C7BC
Black with #57C7BC
Text Example
Text Example
White with #57C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C7BC; }
p { color: rgb(87,199,188); }
H1.HeaderClassName
{
color: #57C7BC;
}
.AnyTagClassName
{
color: #57C7BC;
}
</style>
background-color css
<style>
a { background-color: #57C7BC; }
a { background-color: rgb(87,199,188); }
div.DivClassName
{
background-color: #57C7BC;
}
.BgClassName
{
background-color: #57C7BC;
}
</style>
border-color css
<style>
span { border-color: #57C7BC; }
span { border-color: rgb(87,199,188); }
td.TdClassName
{
border-color: #57C7BC;
}
.TagClassName
{
border-color: #57C7BC;
}
</style>