#57F0EA

Color #57F0EA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #57F0EA

Tints of Turquoise Blue #57F0EA

Color information

#57F0EA (or 0x57F0EA) is unknown color: approx Turquoise Blue. HEX triplet: 57, F0 and EA. RGB value is (87,240,234). Sum of RGB (Red+Green+Blue) = 87+240+234=561 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.51% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #57F0EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F0EA is #A80F15. Grayscale: #C1C1C1. Windows color (decimal): -11013910 or 15396951. OLE color: 15396951.

HSL color Cylindrical-coordinate representation of color #57F0EA: hue angle of 177.65º 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 #57F0EA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB87240234-
CMYK0.6400.020.06
HSL177.65º83.61%64.12%-
HSV(B)177.65º63.75%94.12%-
XYZ49.9470.2988.78-
YUV193.57150.8151.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 15.51%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=15.51%
G=42.78%
B=41.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal872402340.6400.020.06177.6583.6164.12
Hex57F0EA40026b25440
Octal127360352100026262124100
Binary1010111111100001110101010000000101101011001010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57F0EA; }

 p { color: rgb(87,240,234); }

 H1.HeaderClassName
 {
   color: #57F0EA;
 }
 .AnyTagClassName
 {
   color: #57F0EA;
 }
</style>
background-color css

<style>
 a { background-color: #57F0EA; }

 a { background-color: rgb(87,240,234); }

 div.DivClassName
 {
   background-color: #57F0EA;
 }
 .BgClassName
 {
   background-color: #57F0EA;
 }
</style>
border-color css

<style>
 span { border-color: #57F0EA; }

 span { border-color: rgb(87,240,234); }

 td.TdClassName
 {
   border-color: #57F0EA;
 }
 .TagClassName
 {
   border-color: #57F0EA;
 }
</style>