Shades of Turquoise #57EEBE
Tints of Turquoise #57EEBE
RGB
CMYK
RGB Variations
Color information
#57EEBE (or 0x57EEBE) is known color: Turquoise. HEX triplet: 57, EE and BE. RGB value is (87,238,190). Sum of RGB (Red+Green+Blue) = 87+238+190=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EEBE is #A81141. Grayscale: #BBBBBB. Windows color (decimal): -11014466 or 12512855. OLE color: 12512855.
HSL color Cylindrical-coordinate representation of color #57EEBE: hue angle of 160.93º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EEBE is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 238 | 190 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.07 |
| HSL | 160.93º | 0.82% | 0.64% | - |
| HSV(B) | 160.93º | 0.63% | 0.93% | - |
| XYZ | 43.8 | 66.89 | 59.32 | - |
| YUV | 187.38 | 129.47 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 190 | 0.63 | 0 | 0.20 | 0.07 | 160.93 | 0.82 | 0.64 |
| Hex | 57 | EE | BE | 3F | 0 | 14 | 7 | A1 | 52 | 40 |
| Octal | 127 | 356 | 276 | 77 | 0 | 24 | 7 | 241 | 122 | 100 |
| Binary | 1010111 | 11101110 | 10111110 | 111111 | 0 | 10100 | 111 | 10100001 | 1010010 | 1000000 |
Color Harmonies of #57EEBE
Complementary color
Monochromatic Colors of #57EEBE
Black with #57EEBE
Text Example
Text Example
White with #57EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEBE; }
p { color: rgb(87,238,190); }
H1.HeaderClassName
{
color: #57EEBE;
}
.AnyTagClassName
{
color: #57EEBE;
}
</style>
background-color css
<style>
a { background-color: #57EEBE; }
a { background-color: rgb(87,238,190); }
div.DivClassName
{
background-color: #57EEBE;
}
.BgClassName
{
background-color: #57EEBE;
}
</style>
border-color css
<style>
span { border-color: #57EEBE; }
span { border-color: rgb(87,238,190); }
td.TdClassName
{
border-color: #57EEBE;
}
.TagClassName
{
border-color: #57EEBE;
}
</style>