#57D4FA

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

Shades of Turquoise Blue #57D4FA

Tints of Turquoise Blue #57D4FA

Color information

#57D4FA (or 0x57D4FA) is unknown color: approx Turquoise Blue. HEX triplet: 57, D4 and FA. RGB value is (87,212,250). Sum of RGB (Red+Green+Blue) = 87+212+250=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #57D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D4FA is #A82B05. Grayscale: #B2B2B2. Windows color (decimal): -11021062 or 16438359. OLE color: 16438359.

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

Color convert

RGB87212250-
CMYK0.650.1500.02
HSL193.99º94.22%66.08%-
HSV(B)193.99º65.2%98.04%-
XYZ44.7356.0298.9-
YUV178.96168.0962.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.85%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=15.85%
G=38.62%
B=45.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872122500.650.1500.02193.9994.2266.08
Hex57D4FA41F02c25e42
Octal1273243721011702302136102
Binary10101111101010011111010100000111110101100001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,212,250); }

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

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

 a { background-color: rgb(87,212,250); }

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

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

 span { border-color: rgb(87,212,250); }

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