#57D1F9

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

Shades of Turquoise Blue #57D1F9

Tints of Turquoise Blue #57D1F9

Color information

#57D1F9 (or 0x57D1F9) is unknown color: approx Turquoise Blue. HEX triplet: 57, D1 and F9. RGB value is (87,209,249). Sum of RGB (Red+Green+Blue) = 87+209+249=545 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.96% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #57D1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D1F9 is #A82E06. Grayscale: #B0B0B0. Windows color (decimal): -11021831 or 16372055. OLE color: 16372055.

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

Color convert

RGB87209249-
CMYK0.650.1600.02
HSL194.81º93.1%65.88%-
HSV(B)194.81º65.06%97.65%-
XYZ43.8354.4797.83-
YUV177.08168.5863.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.96%
GREEN value IS 209 (82.03% from 255) = 38.35%
BLUE value IS 249 (97.66% from 255) = 45.69%
R=15.96%
G=38.35%
B=45.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872092490.650.1600.02194.8193.165.88
Hex57D1F9411002c35d42
Octal1273213711012002303135102
Binary101011111010001111110011000001100000101100001110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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