Shades of Turquoise #57E7D8
Tints of Turquoise #57E7D8
RGB
CMYK
RGB Variations
Color information
#57E7D8 (or 0x57E7D8) is known color: Turquoise. HEX triplet: 57, E7 and D8. RGB value is (87,231,216). Sum of RGB (Red+Green+Blue) = 87+231+216=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #57E7D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E7D8 is #A81827. Grayscale: #BABABA. Windows color (decimal): -11016232 or 14214999. OLE color: 14214999.
HSL color Cylindrical-coordinate representation of color #57E7D8: hue angle of 173.75º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E7D8 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 231 | 216 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.09 |
| HSL | 173.75º | 0.75% | 0.62% | - |
| HSV(B) | 173.75º | 0.62% | 0.91% | - |
| XYZ | 44.9 | 64.14 | 74.98 | - |
| YUV | 186.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 231 | 216 | 0.62 | 0 | 0.06 | 0.09 | 173.75 | 0.75 | 0.62 |
| Hex | 57 | E7 | D8 | 3E | 0 | 6 | 9 | AE | 4B | 3E |
| Octal | 127 | 347 | 330 | 76 | 0 | 6 | 11 | 256 | 113 | 76 |
| Binary | 1010111 | 11100111 | 11011000 | 111110 | 0 | 110 | 1001 | 10101110 | 1001011 | 111110 |
Color Harmonies of #57E7D8
Complementary color
Monochromatic Colors of #57E7D8
Black with #57E7D8
Text Example
Text Example
White with #57E7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E7D8; }
p { color: rgb(87,231,216); }
H1.HeaderClassName
{
color: #57E7D8;
}
.AnyTagClassName
{
color: #57E7D8;
}
</style>
background-color css
<style>
a { background-color: #57E7D8; }
a { background-color: rgb(87,231,216); }
div.DivClassName
{
background-color: #57E7D8;
}
.BgClassName
{
background-color: #57E7D8;
}
</style>
border-color css
<style>
span { border-color: #57E7D8; }
span { border-color: rgb(87,231,216); }
td.TdClassName
{
border-color: #57E7D8;
}
.TagClassName
{
border-color: #57E7D8;
}
</style>