Shades of Turquoise Blue #57ECF3
Tints of Turquoise Blue #57ECF3
RGB
CMYK
RGB Variations
Color information
#57ECF3 (or 0x57ECF3) is known color: Turquoise Blue. HEX triplet: 57, EC and F3. RGB value is (87,236,243). Sum of RGB (Red+Green+Blue) = 87+236+243=566 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.37% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #57ECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57ECF3 is #A8130C. Grayscale: #C0C0C0. Windows color (decimal): -11014925 or 15985751. OLE color: 15985751.
HSL color Cylindrical-coordinate representation of color #57ECF3: hue angle of 182.69º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57ECF3 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 236 | 243 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.05 |
| HSL | 182.69º | 0.87% | 0.65% | - |
| HSV(B) | 182.69º | 0.64% | 0.95% | - |
| XYZ | 50.1 | 68.49 | 95.37 | - |
| YUV | 192.25 | 156.64 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 236 | 243 | 0.64 | 0.03 | 0 | 0.05 | 182.69 | 0.87 | 0.65 |
| Hex | 57 | EC | F3 | 40 | 3 | 0 | 5 | B7 | 57 | 41 |
| Octal | 127 | 354 | 363 | 100 | 3 | 0 | 5 | 267 | 127 | 101 |
| Binary | 1010111 | 11101100 | 11110011 | 1000000 | 11 | 0 | 101 | 10110111 | 1010111 | 1000001 |
Color Harmonies of #57ECF3
Complementary color
Monochromatic Colors of #57ECF3
Black with #57ECF3
Text Example
Text Example
White with #57ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ECF3; }
p { color: rgb(87,236,243); }
H1.HeaderClassName
{
color: #57ECF3;
}
.AnyTagClassName
{
color: #57ECF3;
}
</style>
background-color css
<style>
a { background-color: #57ECF3; }
a { background-color: rgb(87,236,243); }
div.DivClassName
{
background-color: #57ECF3;
}
.BgClassName
{
background-color: #57ECF3;
}
</style>
border-color css
<style>
span { border-color: #57ECF3; }
span { border-color: rgb(87,236,243); }
td.TdClassName
{
border-color: #57ECF3;
}
.TagClassName
{
border-color: #57ECF3;
}
</style>