COLOR #57EFC1

HEX: #57EFC1
RGB: (87,239,193)

Color info

#57EFC1 contains mainly green and blue colors. Web safe color of #57EFC1 is #66FFCC (or #6FC).

RGB color model

#57EFC1 color RGB value is (87,239,193).

  • red value is 87;
  • green value is 239;
  • blue value is 193.
RGB:
(87,239,193)
(34%,94%,76%)

RGB channels and saturation

R 87 of 255 = 34%
G 239 of 255 = 94%
B 193 of 255 = 76%

87
239
193

R + G + B ~ 68%. #57EFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 239 + 193 = 519 (100%)
R 87 of 519 ~ 16.76%
G 239 of 519 ~ 46.05%
B 193 of 519 ~ 37.19%

%16.76
%46.05
%37.19

CMYK color model

#57EFC1 color CMYK value is (64,0,19,6).

  • cyan value is 63.60%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 6.27%
CMYK:
(64,0,19,6)
C64M0Y19K6 
(64%,0%,19%,6%)
(0.64/0.00/0.19/0.06)	

CMYK percentages

%63.6
%0
%19.25
%6.27

Codes

Color #57EFC1 in popluar color models

57EFC1
RGB87239193
HSL162°82.61%63.92%
HSB/HSV162°63.60%93.73%
CMYK63.60%0.00%19.25%
6.27%

Color #57EFC1 in popluar number systems.

HEX57EFC1
Decimal87239193
Binary10101111110111111000001
Octal127357301

Shades and tints

Shades of #57EFC1

#57EFC1
(87,239,193)
#50DAB0
(80,218,176)
#49C59F
(73,197,159)
#42B08E
(66,176,142)
#3B9B7D
(59,155,125)
#34866C
(52,134,108)
#2D715B
(45,113,91)
#265C4A
(38,92,74)
#1F4739
(31,71,57)
#183228
(24,50,40)
#111D17
(17,29,23)
#000000
(0,0,0)

Tints of #57EFC1

#57EFC1
(87,239,193)
#66F0C6
(102,240,198)
#75F1CB
(117,241,203)
#84F2D0
(132,242,208)
#93F3D5
(147,243,213)
#A2F4DA
(162,244,218)
#B1F5DF
(177,245,223)
#C0F6E4
(192,246,228)
#CFF7E9
(207,247,233)
#DEF8EE
(222,248,238)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57EFC1 color. Also use rgb(87,239,193) instead hex code.

Text Font Color

.myTextColor { color: #57EFC1; }

<p style="color:#57EFC1">This sample text font color is #57EFC1.</p>

This text font color is #57EFC1.


Background Color

.myBgColor { background-color: #57EFC1; }

<div style="background-color:#57EFC1">Inner text</div>

This div background color is #57EFC1.


Border color

.myBorderColor { border: 1px solid #57EFC1; }

<div style="border:3px solid #57EFC1">Div</div>

This div border color is #57EFC1.


Opacity

.myOpacity80 { color: #57EFC1; opacity: 0.8; }

<p style="color:#57EFC1;opacity:0.8;">80%</p>

Text with #57EFC1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57EFC1;}

<p style="text-shadow: 3px 3px 1px #57EFC1">Text here.</p>

This text has shadow with #57EFC1 color.

.textShadow {text-shadow: 3px 3px 1px #57EFC1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57EFC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #57EFC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57EFC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57EFC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #57EFC1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57EFC1;
  -webkit-box-shadow:	1px 1px 3px 2px #57EFC1;
  box-shadow:		1px 1px 3px 2px #57EFC1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57EFC1;
-webkit-box-shadow: 1px 1px 3px 2px #57EFC1;
box-shadow:1px 1px 3px 2px #57EFC1;">
Div content here</div>
This div box has shadow with color #57EFC1.

Preview

Color preview on black background

This text has color #57EFC1 on black background.


Color preview on white background

This text has color #57EFC1 on white background.



Black color preview on #57EFC1 background

This text has black color on #57EFC1 background.


White color preview on #57EFC1 background

This text has white color on #57EFC1 background.