#57F8F0

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

Shades of Baby Blue #57F8F0

Tints of Baby Blue #57F8F0

Color information

#57F8F0 (or 0x57F8F0) is unknown color: approx Baby Blue. HEX triplet: 57, F8 and F0. RGB value is (87,248,240). Sum of RGB (Red+Green+Blue) = 87+248+240=575 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.13% from 575); Green value is 248 (97.27% from 255 or 43.13% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F8F0 is #A8070F. Grayscale: #C6C6C6. Windows color (decimal): -11011856 or 15792215. OLE color: 15792215.

HSL color Cylindrical-coordinate representation of color #57F8F0: hue angle of 177.02º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F8F0 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB87248240-
CMYK0.6500.030.03
HSL177.02º92%65.69%-
HSV(B)177.02º64.92%97.25%-
XYZ53.2375.4594.2-
YUV198.95151.1648.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.13%
GREEN value IS 248 (97.27% from 255) = 43.13%
BLUE value IS 240 (94.14% from 255) = 41.74%
R=15.13%
G=43.13%
B=41.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872482400.6500.030.03177.029265.69
Hex57F8F041033b15c42
Octal127370360101033261134102
Binary101011111111000111100001000001011111011000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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