#57F9F0

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

Shades of Baby Blue #57F9F0

Tints of Baby Blue #57F9F0

Color information

#57F9F0 (or 0x57F9F0) is unknown color: approx Baby Blue. HEX triplet: 57, F9 and F0. RGB value is (87,249,240). Sum of RGB (Red+Green+Blue) = 87+249+240=576 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.10% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F9F0 is #A8060F. Grayscale: #C7C7C7. Windows color (decimal): -11011600 or 15792471. OLE color: 15792471.

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

Color convert

RGB87249240-
CMYK0.6500.040.02
HSL176.67º93.1%65.88%-
HSV(B)176.67º65.06%97.65%-
XYZ53.5376.0794.3-
YUV199.54150.8347.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.10%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 240 (94.14% from 255) = 41.67%
R=15.10%
G=43.23%
B=41.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872492400.6500.040.02176.6793.165.88
Hex57F9F041042b15d42
Octal127371360101042261135102
Binary1010111111110011111000010000010100101011000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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