#57D2F6

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

Shades of Turquoise Blue #57D2F6

Tints of Turquoise Blue #57D2F6

Color information

#57D2F6 (or 0x57D2F6) is unknown color: approx Turquoise Blue. HEX triplet: 57, D2 and F6. RGB value is (87,210,246). Sum of RGB (Red+Green+Blue) = 87+210+246=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #57D2F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D2F6 is #A82D09. Grayscale: #B1B1B1. Windows color (decimal): -11021578 or 16175703. OLE color: 16175703.

HSL color Cylindrical-coordinate representation of color #57D2F6: hue angle of 193.58º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57D2F6 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB87210246-
CMYK0.650.1500.04
HSL193.58º89.83%65.29%-
HSV(B)193.58º64.63%96.47%-
XYZ43.6154.7795.46-
YUV177.33166.7563.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.02%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 246 (96.48% from 255) = 45.30%
R=16.02%
G=38.67%
B=45.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal872102460.650.1500.04193.5889.8365.29
Hex57D2F641F04c25a41
Octal1273223661011704302132101
Binary101011111010010111101101000001111101001100001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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