#57E1ED

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

Shades of Turquoise Blue #57E1ED

Tints of Turquoise Blue #57E1ED

Color information

#57E1ED (or 0x57E1ED) is unknown color: approx Turquoise Blue. HEX triplet: 57, E1 and ED. RGB value is (87,225,237). Sum of RGB (Red+Green+Blue) = 87+225+237=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #57E1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E1ED is #A81E12. Grayscale: #B8B8B8. Windows color (decimal): -11017747 or 15589719. OLE color: 15589719.

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

Color convert

RGB87225237-
CMYK0.630.0500.07
HSL184.8º80.65%63.53%-
HSV(B)184.8º63.29%92.94%-
XYZ46.1461.9989.65-
YUV185.11157.2858.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.85%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=15.85%
G=40.98%
B=43.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal872252370.630.0500.07184.880.6563.53
Hex57E1ED3F507b95140
Octal12734135577507271121100
Binary1010111111000011110110111111110101111011100110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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