#57F6F2

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

Shades of Baby Blue #57F6F2

Tints of Baby Blue #57F6F2

Color information

#57F6F2 (or 0x57F6F2) is unknown color: approx Baby Blue. HEX triplet: 57, F6 and F2. RGB value is (87,246,242). Sum of RGB (Red+Green+Blue) = 87+246+242=575 (76% of max value = 765). Red value is 87 (34.38% from 255 or 15.13% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #57F6F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57F6F2 is #A8090D. Grayscale: #C5C5C5. Windows color (decimal): -11012366 or 15922775. OLE color: 15922775.

HSL color Cylindrical-coordinate representation of color #57F6F2: hue angle of 178.49º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F6F2 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB87246242-
CMYK0.6500.020.04
HSL178.49º89.83%65.29%-
HSV(B)178.49º64.63%96.47%-
XYZ52.9174.3595.57-
YUV198152.8248.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.13%
GREEN value IS 246 (96.48% from 255) = 42.78%
BLUE value IS 242 (94.92% from 255) = 42.09%
R=15.13%
G=42.78%
B=42.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal872462420.6500.020.04178.4989.8365.29
Hex57F6F241024b25a41
Octal127366362101024262132101
Binary1010111111101101111001010000010101001011001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,246,242); }

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

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

 a { background-color: rgb(87,246,242); }

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

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

 span { border-color: rgb(87,246,242); }

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