Shades of Turquoise Blue #57E4E1
Tints of Turquoise Blue #57E4E1
RGB
CMYK
RGB Variations
Color information
#57E4E1 (or 0x57E4E1) is known color: Turquoise Blue. HEX triplet: 57, E4 and E1. RGB value is (87,228,225). Sum of RGB (Red+Green+Blue) = 87+228+225=540 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.11% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #57E4E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E4E1 is #A81B1E. Grayscale: #B9B9B9. Windows color (decimal): -11016991 or 14804055. OLE color: 14804055.
HSL color Cylindrical-coordinate representation of color #57E4E1: hue angle of 178.72º 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 #57E4E1 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 228 | 225 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.11 |
| HSL | 178.72º | 0.72% | 0.62% | - |
| HSV(B) | 178.72º | 0.62% | 0.89% | - |
| XYZ | 45.26 | 62.95 | 81 | - |
| YUV | 185.5 | 150.29 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 228 | 225 | 0.62 | 0 | 0.01 | 0.11 | 178.72 | 0.72 | 0.62 |
| Hex | 57 | E4 | E1 | 3E | 0 | 1 | B | B3 | 48 | 3E |
| Octal | 127 | 344 | 341 | 76 | 0 | 1 | 13 | 263 | 110 | 76 |
| Binary | 1010111 | 11100100 | 11100001 | 111110 | 0 | 1 | 1011 | 10110011 | 1001000 | 111110 |
Color Harmonies of #57E4E1
Complementary color
Monochromatic Colors of #57E4E1
Black with #57E4E1
Text Example
Text Example
White with #57E4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E4E1; }
p { color: rgb(87,228,225); }
H1.HeaderClassName
{
color: #57E4E1;
}
.AnyTagClassName
{
color: #57E4E1;
}
</style>
background-color css
<style>
a { background-color: #57E4E1; }
a { background-color: rgb(87,228,225); }
div.DivClassName
{
background-color: #57E4E1;
}
.BgClassName
{
background-color: #57E4E1;
}
</style>
border-color css
<style>
span { border-color: #57E4E1; }
span { border-color: rgb(87,228,225); }
td.TdClassName
{
border-color: #57E4E1;
}
.TagClassName
{
border-color: #57E4E1;
}
</style>