#57DAF7

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

Shades of Turquoise Blue #57DAF7

Tints of Turquoise Blue #57DAF7

Color information

#57DAF7 (or 0x57DAF7) is unknown color: approx Turquoise Blue. HEX triplet: 57, DA and F7. RGB value is (87,218,247). Sum of RGB (Red+Green+Blue) = 87+218+247=552 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.76% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #57DAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DAF7 is #A82508. Grayscale: #B5B5B5. Windows color (decimal): -11019529 or 16243287. OLE color: 16243287.

HSL color Cylindrical-coordinate representation of color #57DAF7: hue angle of 190.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57DAF7 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB87218247-
CMYK0.650.1200.03
HSL190.88º90.91%65.49%-
HSV(B)190.88º64.78%96.86%-
XYZ45.7958.8896.95-
YUV182.14164.660.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.76%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=15.76%
G=39.49%
B=44.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872182470.650.1200.03190.8890.9165.49
Hex57DAF741C03bf5b41
Octal1273323671011403277133101
Binary10101111101101011110111100000111000111011111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,218,247); }

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

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

 a { background-color: rgb(87,218,247); }

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

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

 span { border-color: rgb(87,218,247); }

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