Shades of Medium Turquoise #57D0BE
Tints of Medium Turquoise #57D0BE
RGB
CMYK
RGB Variations
Color information
#57D0BE (or 0x57D0BE) is known color: Medium Turquoise. HEX triplet: 57, D0 and BE. RGB value is (87,208,190). Sum of RGB (Red+Green+Blue) = 87+208+190=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #57D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0BE is #A82F41. Grayscale: #A9A9A9. Windows color (decimal): -11022146 or 12505175. OLE color: 12505175.
HSL color Cylindrical-coordinate representation of color #57D0BE: hue angle of 171.07º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D0BE is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 190 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.18 |
| HSL | 171.07º | 0.56% | 0.58% | - |
| HSV(B) | 171.07º | 0.58% | 0.82% | - |
| XYZ | 35.78 | 50.86 | 56.65 | - |
| YUV | 169.77 | 139.41 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 190 | 0.58 | 0 | 0.09 | 0.18 | 171.07 | 0.56 | 0.58 |
| Hex | 57 | D0 | BE | 3A | 0 | 9 | 12 | AB | 38 | 3A |
| Octal | 127 | 320 | 276 | 72 | 0 | 11 | 22 | 253 | 70 | 72 |
| Binary | 1010111 | 11010000 | 10111110 | 111010 | 0 | 1001 | 10010 | 10101011 | 111000 | 111010 |
Color Harmonies of #57D0BE
Complementary color
Monochromatic Colors of #57D0BE
Black with #57D0BE
Text Example
Text Example
White with #57D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0BE; }
p { color: rgb(87,208,190); }
H1.HeaderClassName
{
color: #57D0BE;
}
.AnyTagClassName
{
color: #57D0BE;
}
</style>
background-color css
<style>
a { background-color: #57D0BE; }
a { background-color: rgb(87,208,190); }
div.DivClassName
{
background-color: #57D0BE;
}
.BgClassName
{
background-color: #57D0BE;
}
</style>
border-color css
<style>
span { border-color: #57D0BE; }
span { border-color: rgb(87,208,190); }
td.TdClassName
{
border-color: #57D0BE;
}
.TagClassName
{
border-color: #57D0BE;
}
</style>