#57d2f8

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

Shades of Turquoise Blue #57D2F8

Tints of Turquoise Blue #57D2F8

Color information

#57D2F8 (or 0x57D2F8) is unknown color: approx Turquoise Blue. HEX triplet: 57, D2 and F8. RGB value is (87,210,248). Sum of RGB (Red+Green+Blue) = 87+210+248=545 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.96% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #57D2F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D2F8 is #A82D07. Grayscale: #B1B1B1. Windows color (decimal): -11021576 or 16306775. OLE color: 16306775.

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

Color convert

RGB87210248-
CMYK0.650.1500.03
HSL194.16º92%65.69%-
HSV(B)194.16º64.92%97.25%-
XYZ43.9254.997.09-
YUV177.55167.7563.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.96%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=15.96%
G=38.53%
B=45.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872102480.650.1500.03194.169265.69
Hex57D2F841F03c25c42
Octal1273223701011703302134102
Binary10101111101001011111000100000111110111100001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57d2f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,210,248); }

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

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

 a { background-color: rgb(87,210,248); }

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

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

 span { border-color: rgb(87,210,248); }

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