#57E0F9

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

Shades of Turquoise Blue #57E0F9

Tints of Turquoise Blue #57E0F9

Color information

#57E0F9 (or 0x57E0F9) is unknown color: approx Turquoise Blue. HEX triplet: 57, E0 and F9. RGB value is (87,224,249). Sum of RGB (Red+Green+Blue) = 87+224+249=560 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.54% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #57E0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E0F9 is #A81F06. Grayscale: #B9B9B9. Windows color (decimal): -11017991 or 16375895. OLE color: 16375895.

HSL color Cylindrical-coordinate representation of color #57E0F9: hue angle of 189.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57E0F9 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87224249-
CMYK0.650.1000.02
HSL189.26º93.1%65.88%-
HSV(B)189.26º65.06%97.65%-
XYZ47.6962.1899.11-
YUV185.89163.6157.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.54%
GREEN value IS 224 (87.89% from 255) = 40%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=15.54%
G=40%
B=44.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872242490.650.1000.02189.2693.165.88
Hex57E0F941A02bd5d42
Octal1273403711011202275135102
Binary10101111110000011111001100000110100101011110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,224,249); }

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

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

 a { background-color: rgb(87,224,249); }

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

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

 span { border-color: rgb(87,224,249); }

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