Shades of Turquoise Blue #57EDE9
Tints of Turquoise Blue #57EDE9
RGB
CMYK
RGB Variations
Color information
#57EDE9 (or 0x57EDE9) is known color: Turquoise Blue. HEX triplet: 57, ED and E9. RGB value is (87,237,233). Sum of RGB (Red+Green+Blue) = 87+237+233=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EDE9 is #A81216. Grayscale: #BFBFBF. Windows color (decimal): -11014679 or 15330647. OLE color: 15330647.
HSL color Cylindrical-coordinate representation of color #57EDE9: hue angle of 178.4º degrees, saturation: 0.81, 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 #57EDE9 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 237 | 233 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.07 |
| HSL | 178.4º | 0.81% | 0.64% | - |
| HSV(B) | 178.4º | 0.63% | 0.93% | - |
| XYZ | 48.92 | 68.48 | 87.73 | - |
| YUV | 191.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 237 | 233 | 0.63 | 0 | 0.02 | 0.07 | 178.4 | 0.81 | 0.64 |
| Hex | 57 | ED | E9 | 3F | 0 | 2 | 7 | B2 | 51 | 40 |
| Octal | 127 | 355 | 351 | 77 | 0 | 2 | 7 | 262 | 121 | 100 |
| Binary | 1010111 | 11101101 | 11101001 | 111111 | 0 | 10 | 111 | 10110010 | 1010001 | 1000000 |
Color Harmonies of #57EDE9
Complementary color
Monochromatic Colors of #57EDE9
Black with #57EDE9
Text Example
Text Example
White with #57EDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EDE9; }
p { color: rgb(87,237,233); }
H1.HeaderClassName
{
color: #57EDE9;
}
.AnyTagClassName
{
color: #57EDE9;
}
</style>
background-color css
<style>
a { background-color: #57EDE9; }
a { background-color: rgb(87,237,233); }
div.DivClassName
{
background-color: #57EDE9;
}
.BgClassName
{
background-color: #57EDE9;
}
</style>
border-color css
<style>
span { border-color: #57EDE9; }
span { border-color: rgb(87,237,233); }
td.TdClassName
{
border-color: #57EDE9;
}
.TagClassName
{
border-color: #57EDE9;
}
</style>