Shades of Turquoise Blue #57EBE4
Tints of Turquoise Blue #57EBE4
RGB
CMYK
RGB Variations
Color information
#57EBE4 (or 0x57EBE4) is known color: Turquoise Blue. HEX triplet: 57, EB and E4. RGB value is (87,235,228). Sum of RGB (Red+Green+Blue) = 87+235+228=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #57EBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EBE4 is #A8141B. Grayscale: #BDBDBD. Windows color (decimal): -11015196 or 15002455. OLE color: 15002455.
HSL color Cylindrical-coordinate representation of color #57EBE4: hue angle of 177.16º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EBE4 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 235 | 228 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.08 |
| HSL | 177.16º | 0.79% | 0.63% | - |
| HSV(B) | 177.16º | 0.63% | 0.92% | - |
| XYZ | 47.64 | 67.04 | 83.83 | - |
| YUV | 189.95 | 149.47 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 235 | 228 | 0.63 | 0 | 0.03 | 0.08 | 177.16 | 0.79 | 0.63 |
| Hex | 57 | EB | E4 | 3F | 0 | 3 | 8 | B1 | 4F | 3F |
| Octal | 127 | 353 | 344 | 77 | 0 | 3 | 10 | 261 | 117 | 77 |
| Binary | 1010111 | 11101011 | 11100100 | 111111 | 0 | 11 | 1000 | 10110001 | 1001111 | 111111 |
Color Harmonies of #57EBE4
Complementary color
Monochromatic Colors of #57EBE4
Black with #57EBE4
Text Example
Text Example
White with #57EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EBE4; }
p { color: rgb(87,235,228); }
H1.HeaderClassName
{
color: #57EBE4;
}
.AnyTagClassName
{
color: #57EBE4;
}
</style>
background-color css
<style>
a { background-color: #57EBE4; }
a { background-color: rgb(87,235,228); }
div.DivClassName
{
background-color: #57EBE4;
}
.BgClassName
{
background-color: #57EBE4;
}
</style>
border-color css
<style>
span { border-color: #57EBE4; }
span { border-color: rgb(87,235,228); }
td.TdClassName
{
border-color: #57EBE4;
}
.TagClassName
{
border-color: #57EBE4;
}
</style>