#57DAED

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

Shades of Turquoise Blue #57DAED

Tints of Turquoise Blue #57DAED

Color information

#57DAED (or 0x57DAED) is unknown color: approx Turquoise Blue. HEX triplet: 57, DA and ED. RGB value is (87,218,237). Sum of RGB (Red+Green+Blue) = 87+218+237=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #57DAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DAED is #A82512. Grayscale: #B4B4B4. Windows color (decimal): -11019539 or 15587927. OLE color: 15587927.

HSL color Cylindrical-coordinate representation of color #57DAED: hue angle of 187.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DAED is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB87218237-
CMYK0.630.0800.07
HSL187.6º80.65%63.53%-
HSV(B)187.6º63.29%92.94%-
XYZ44.2958.2889.04-
YUV181159.660.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.05%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=16.05%
G=40.22%
B=43.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal872182370.630.0800.07187.680.6563.53
Hex57DAED3F807bc5140
Octal127332355771007274121100
Binary10101111101101011101101111111100001111011110010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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