Shades of Turquoise Blue #57EDE8
Tints of Turquoise Blue #57EDE8
RGB
CMYK
RGB Variations
Color information
#57EDE8 (or 0x57EDE8) is known color: Turquoise Blue. HEX triplet: 57, ED and E8. RGB value is (87,237,232). Sum of RGB (Red+Green+Blue) = 87+237+232=556 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.65% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57EDE8 is #A81217. Grayscale: #BFBFBF. Windows color (decimal): -11014680 or 15265111. OLE color: 15265111.
HSL color Cylindrical-coordinate representation of color #57EDE8: hue angle of 178º 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 #57EDE8 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 237 | 232 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.07 |
| HSL | 178º | 0.81% | 0.64% | - |
| HSV(B) | 178º | 0.63% | 0.93% | - |
| XYZ | 48.78 | 68.42 | 86.98 | - |
| YUV | 191.58 | 150.81 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 237 | 232 | 0.63 | 0 | 0.02 | 0.07 | 178 | 0.81 | 0.64 |
| Hex | 57 | ED | E8 | 3F | 0 | 2 | 7 | B2 | 51 | 40 |
| Octal | 127 | 355 | 350 | 77 | 0 | 2 | 7 | 262 | 121 | 100 |
| Binary | 1010111 | 11101101 | 11101000 | 111111 | 0 | 10 | 111 | 10110010 | 1010001 | 1000000 |
Color Harmonies of #57EDE8
Complementary color
Monochromatic Colors of #57EDE8
Black with #57EDE8
Text Example
Text Example
White with #57EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EDE8; }
p { color: rgb(87,237,232); }
H1.HeaderClassName
{
color: #57EDE8;
}
.AnyTagClassName
{
color: #57EDE8;
}
</style>
background-color css
<style>
a { background-color: #57EDE8; }
a { background-color: rgb(87,237,232); }
div.DivClassName
{
background-color: #57EDE8;
}
.BgClassName
{
background-color: #57EDE8;
}
</style>
border-color css
<style>
span { border-color: #57EDE8; }
span { border-color: rgb(87,237,232); }
td.TdClassName
{
border-color: #57EDE8;
}
.TagClassName
{
border-color: #57EDE8;
}
</style>