#57EDE2

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

Shades of Turquoise #57EDE2

Tints of Turquoise #57EDE2

Color information

#57EDE2 (or 0x57EDE2) is unknown color: approx Turquoise. HEX triplet: 57, ED and E2. RGB value is (87,237,226). Sum of RGB (Red+Green+Blue) = 87+237+226=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EDE2 is #A8121D. Grayscale: #BEBEBE. Windows color (decimal): -11014686 or 14871895. OLE color: 14871895.

HSL color Cylindrical-coordinate representation of color #57EDE2: hue angle of 175.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 #57EDE2 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB87237226-
CMYK0.6300.050.07
HSL175.6º80.65%63.53%-
HSV(B)175.6º63.29%92.94%-
XYZ47.9468.0982.57-
YUV190.9147.853.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.82%
GREEN value IS 237 (92.97% from 255) = 43.09%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=15.82%
G=43.09%
B=41.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal872372260.6300.050.07175.680.6563.53
Hex57EDE23F057b05140
Octal12735534277057260121100
Binary1010111111011011110001011111101011111011000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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