Shades of Medium Turquoise #57C5BF
Tints of Medium Turquoise #57C5BF
RGB
CMYK
RGB Variations
Color information
#57C5BF (or 0x57C5BF) is known color: Medium Turquoise. HEX triplet: 57, C5 and BF. RGB value is (87,197,191). Sum of RGB (Red+Green+Blue) = 87+197+191=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5BF is #A83A40. Grayscale: #A3A3A3. Windows color (decimal): -11024961 or 12567895. OLE color: 12567895.
HSL color Cylindrical-coordinate representation of color #57C5BF: hue angle of 176.73º 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 #57C5BF is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 197 | 191 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.23 |
| HSL | 176.73º | 0.49% | 0.56% | - |
| HSV(B) | 176.73º | 0.56% | 0.77% | - |
| XYZ | 33.3 | 45.72 | 56.36 | - |
| YUV | 163.43 | 143.56 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 197 | 191 | 0.56 | 0 | 0.03 | 0.23 | 176.73 | 0.49 | 0.56 |
| Hex | 57 | C5 | BF | 38 | 0 | 3 | 17 | B1 | 31 | 38 |
| Octal | 127 | 305 | 277 | 70 | 0 | 3 | 27 | 261 | 61 | 70 |
| Binary | 1010111 | 11000101 | 10111111 | 111000 | 0 | 11 | 10111 | 10110001 | 110001 | 111000 |
Color Harmonies of #57C5BF
Complementary color
Monochromatic Colors of #57C5BF
Black with #57C5BF
Text Example
Text Example
White with #57C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C5BF; }
p { color: rgb(87,197,191); }
H1.HeaderClassName
{
color: #57C5BF;
}
.AnyTagClassName
{
color: #57C5BF;
}
</style>
background-color css
<style>
a { background-color: #57C5BF; }
a { background-color: rgb(87,197,191); }
div.DivClassName
{
background-color: #57C5BF;
}
.BgClassName
{
background-color: #57C5BF;
}
</style>
border-color css
<style>
span { border-color: #57C5BF; }
span { border-color: rgb(87,197,191); }
td.TdClassName
{
border-color: #57C5BF;
}
.TagClassName
{
border-color: #57C5BF;
}
</style>