#57EADE

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

Shades of Turquoise #57EADE

Tints of Turquoise #57EADE

Color information

#57EADE (or 0x57EADE) is unknown color: approx Turquoise. HEX triplet: 57, EA and DE. RGB value is (87,234,222). Sum of RGB (Red+Green+Blue) = 87+234+222=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #57EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EADE is #A81521. Grayscale: #BCBCBC. Windows color (decimal): -11015458 or 14608983. OLE color: 14608983.

HSL color Cylindrical-coordinate representation of color #57EADE: hue angle of 175.1º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EADE is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB87234222-
CMYK0.6300.050.08
HSL175.1º77.78%62.94%-
HSV(B)175.1º62.82%91.76%-
XYZ46.5466.1579.42-
YUV188.68146.855.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.02%
GREEN value IS 234 (91.80% from 255) = 43.09%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=16.02%
G=43.09%
B=40.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal872342220.6300.050.08175.177.7862.94
Hex57EADE3F058af4e3f
Octal12735233677051025711677
Binary1010111111010101101111011111101011000101011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,234,222); }

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

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

 a { background-color: rgb(87,234,222); }

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

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

 span { border-color: rgb(87,234,222); }

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