Shades of Turquoise #57E4DB
Tints of Turquoise #57E4DB
RGB
CMYK
RGB Variations
Color information
#57E4DB (or 0x57E4DB) is known color: Turquoise. HEX triplet: 57, E4 and DB. RGB value is (87,228,219). Sum of RGB (Red+Green+Blue) = 87+228+219=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #57E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E4DB is #A81B24. Grayscale: #B8B8B8. Windows color (decimal): -11016997 or 14410839. OLE color: 14410839.
HSL color Cylindrical-coordinate representation of color #57E4DB: hue angle of 176.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E4DB is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 228 | 219 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.11 |
| HSL | 176.17º | 0.72% | 0.62% | - |
| HSV(B) | 176.17º | 0.62% | 0.89% | - |
| XYZ | 44.46 | 62.63 | 76.76 | - |
| YUV | 184.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 228 | 219 | 0.62 | 0 | 0.04 | 0.11 | 176.17 | 0.72 | 0.62 |
| Hex | 57 | E4 | DB | 3E | 0 | 4 | B | B0 | 48 | 3E |
| Octal | 127 | 344 | 333 | 76 | 0 | 4 | 13 | 260 | 110 | 76 |
| Binary | 1010111 | 11100100 | 11011011 | 111110 | 0 | 100 | 1011 | 10110000 | 1001000 | 111110 |
Color Harmonies of #57E4DB
Complementary color
Monochromatic Colors of #57E4DB
Black with #57E4DB
Text Example
Text Example
White with #57E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E4DB; }
p { color: rgb(87,228,219); }
H1.HeaderClassName
{
color: #57E4DB;
}
.AnyTagClassName
{
color: #57E4DB;
}
</style>
background-color css
<style>
a { background-color: #57E4DB; }
a { background-color: rgb(87,228,219); }
div.DivClassName
{
background-color: #57E4DB;
}
.BgClassName
{
background-color: #57E4DB;
}
</style>
border-color css
<style>
span { border-color: #57E4DB; }
span { border-color: rgb(87,228,219); }
td.TdClassName
{
border-color: #57E4DB;
}
.TagClassName
{
border-color: #57E4DB;
}
</style>