Shades of Medium Turquoise #57C0BD
Tints of Medium Turquoise #57C0BD
RGB
CMYK
RGB Variations
Color information
#57C0BD (or 0x57C0BD) is known color: Medium Turquoise. HEX triplet: 57, C0 and BD. RGB value is (87,192,189). Sum of RGB (Red+Green+Blue) = 87+192+189=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #57C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0BD is #A83F42. Grayscale: #A0A0A0. Windows color (decimal): -11026243 or 12435543. OLE color: 12435543.
HSL color Cylindrical-coordinate representation of color #57C0BD: hue angle of 178.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C0BD is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 192 | 189 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.25 |
| HSL | 178.29º | 0.45% | 0.55% | - |
| HSV(B) | 178.29º | 0.55% | 0.75% | - |
| XYZ | 31.97 | 43.4 | 54.84 | - |
| YUV | 160.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 189 | 0.55 | 0 | 0.02 | 0.25 | 178.29 | 0.45 | 0.55 |
| Hex | 57 | C0 | BD | 37 | 0 | 2 | 19 | B2 | 2D | 37 |
| Octal | 127 | 300 | 275 | 67 | 0 | 2 | 31 | 262 | 55 | 67 |
| Binary | 1010111 | 11000000 | 10111101 | 110111 | 0 | 10 | 11001 | 10110010 | 101101 | 110111 |
Color Harmonies of #57C0BD
Complementary color
Monochromatic Colors of #57C0BD
Black with #57C0BD
Text Example
Text Example
White with #57C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C0BD; }
p { color: rgb(87,192,189); }
H1.HeaderClassName
{
color: #57C0BD;
}
.AnyTagClassName
{
color: #57C0BD;
}
</style>
background-color css
<style>
a { background-color: #57C0BD; }
a { background-color: rgb(87,192,189); }
div.DivClassName
{
background-color: #57C0BD;
}
.BgClassName
{
background-color: #57C0BD;
}
</style>
border-color css
<style>
span { border-color: #57C0BD; }
span { border-color: rgb(87,192,189); }
td.TdClassName
{
border-color: #57C0BD;
}
.TagClassName
{
border-color: #57C0BD;
}
</style>