#57D5FA

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

Shades of Turquoise Blue #57D5FA

Tints of Turquoise Blue #57D5FA

Color information

#57D5FA (or 0x57D5FA) is unknown color: approx Turquoise Blue. HEX triplet: 57, D5 and FA. RGB value is (87,213,250). Sum of RGB (Red+Green+Blue) = 87+213+250=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #57D5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D5FA is #A82A05. Grayscale: #B3B3B3. Windows color (decimal): -11020806 or 16438615. OLE color: 16438615.

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

Color convert

RGB87213250-
CMYK0.650.1500.02
HSL193.62º94.22%66.08%-
HSV(B)193.62º65.2%98.04%-
XYZ44.9856.5298.98-
YUV179.54167.7661.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.82%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=15.82%
G=38.73%
B=45.45%

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
Decimal872132500.650.1500.02193.6294.2266.08
Hex57D5FA41F02c25e42
Octal1273253721011702302136102
Binary10101111101010111111010100000111110101100001010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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