#57E5FB

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

Shades of Turquoise Blue #57E5FB

Tints of Turquoise Blue #57E5FB

Color information

#57E5FB (or 0x57E5FB) is unknown color: approx Turquoise Blue. HEX triplet: 57, E5 and FB. RGB value is (87,229,251). Sum of RGB (Red+Green+Blue) = 87+229+251=567 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.34% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #57E5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E5FB is #A81A04. Grayscale: #BCBCBC. Windows color (decimal): -11016709 or 16508247. OLE color: 16508247.

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

Color convert

RGB87229251-
CMYK0.650.0900.02
HSL188.05º95.35%66.27%-
HSV(B)188.05º65.34%98.43%-
XYZ49.3665.03101.22-
YUV189.05162.9655.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.34%
GREEN value IS 229 (89.84% from 255) = 40.39%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=15.34%
G=40.39%
B=44.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872292510.650.0900.02188.0595.3566.27
Hex57E5FB41902bc5f42
Octal1273453731011102274137102
Binary10101111110010111111011100000110010101011110010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,229,251); }

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

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

 a { background-color: rgb(87,229,251); }

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

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

 span { border-color: rgb(87,229,251); }

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