#57d7f8

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

Shades of Turquoise Blue #57D7F8

Tints of Turquoise Blue #57D7F8

Color information

#57D7F8 (or 0x57D7F8) is unknown color: approx Turquoise Blue. HEX triplet: 57, D7 and F8. RGB value is (87,215,248). Sum of RGB (Red+Green+Blue) = 87+215+248=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #57D7F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D7F8 is #A82807. Grayscale: #B4B4B4. Windows color (decimal): -11020296 or 16308055. OLE color: 16308055.

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

Color convert

RGB87215248-
CMYK0.650.1300.03
HSL192.3º92%65.69%-
HSV(B)192.3º64.92%97.25%-
XYZ45.1757.497.51-
YUV180.49166.0961.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.82%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 248 (97.27% from 255) = 45.09%
R=15.82%
G=39.09%
B=45.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal872152480.650.1300.03192.39265.69
Hex57D7F841D03c05c42
Octal1273273701011503300134102
Binary10101111101011111111000100000111010111100000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57d7f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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