Shades of Turquoise Blue #57ECF0
Tints of Turquoise Blue #57ECF0
RGB
CMYK
RGB Variations
Color information
#57ECF0 (or 0x57ECF0) is known color: Turquoise Blue. HEX triplet: 57, EC and F0. RGB value is (87,236,240). Sum of RGB (Red+Green+Blue) = 87+236+240=563 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.45% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #57ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECF0 is #A8130F. Grayscale: #BFBFBF. Windows color (decimal): -11014928 or 15789143. OLE color: 15789143.
HSL color Cylindrical-coordinate representation of color #57ECF0: hue angle of 181.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57ECF0 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 236 | 240 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.06 |
| HSL | 181.57º | 0.84% | 0.64% | - |
| HSV(B) | 181.57º | 0.64% | 0.94% | - |
| XYZ | 49.65 | 68.31 | 93.01 | - |
| YUV | 191.91 | 155.14 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 236 | 240 | 0.64 | 0.02 | 0 | 0.06 | 181.57 | 0.84 | 0.64 |
| Hex | 57 | EC | F0 | 40 | 2 | 0 | 6 | B6 | 54 | 40 |
| Octal | 127 | 354 | 360 | 100 | 2 | 0 | 6 | 266 | 124 | 100 |
| Binary | 1010111 | 11101100 | 11110000 | 1000000 | 10 | 0 | 110 | 10110110 | 1010100 | 1000000 |
Color Harmonies of #57ECF0
Complementary color
Monochromatic Colors of #57ECF0
Black with #57ECF0
Text Example
Text Example
White with #57ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ECF0; }
p { color: rgb(87,236,240); }
H1.HeaderClassName
{
color: #57ECF0;
}
.AnyTagClassName
{
color: #57ECF0;
}
</style>
background-color css
<style>
a { background-color: #57ECF0; }
a { background-color: rgb(87,236,240); }
div.DivClassName
{
background-color: #57ECF0;
}
.BgClassName
{
background-color: #57ECF0;
}
</style>
border-color css
<style>
span { border-color: #57ECF0; }
span { border-color: rgb(87,236,240); }
td.TdClassName
{
border-color: #57ECF0;
}
.TagClassName
{
border-color: #57ECF0;
}
</style>