COLOR #57EBC8

HEX: #57EBC8
RGB: (87,235,200)

Color info

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

RGB color model

#57EBC8 color RGB value is (87,235,200).

  • red value is 87;
  • green value is 235;
  • blue value is 200.
RGB:
(87,235,200)
(34%,92%,78%)

RGB channels and saturation

R 87 of 255 = 34%
G 235 of 255 = 92%
B 200 of 255 = 78%

87
235
200

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

Portions of RGB colors in percentages

R + G + B =
87 + 235 + 200 = 522 (100%)
R 87 of 522 ~ 16.67%
G 235 of 522 ~ 45.02%
B 200 of 522 ~ 38.31%

%16.67
%45.02
%38.31

CMYK color model

#57EBC8 color CMYK value is (63,0,15,8).

  • cyan value is 62.98%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 7.84%
CMYK:
(63,0,15,8)
C63M0Y15K8 
(63%,0%,15%,8%)
(0.63/0.00/0.15/0.08)	

CMYK percentages

%62.98
%0
%14.89
%7.84

Codes

Color #57EBC8 in popluar color models

57EBC8
RGB87235200
HSL166°78.72%63.14%
HSB/HSV166°62.98%92.16%
CMYK62.98%0.00%14.89%
7.84%

Color #57EBC8 in popluar number systems.

HEX57EBC8
Decimal87235200
Binary10101111110101111001000
Octal127353310

Shades and tints

Shades of #57EBC8

#57EBC8
(87,235,200)
#50D6B6
(80,214,182)
#49C1A4
(73,193,164)
#42AC92
(66,172,146)
#3B9780
(59,151,128)
#34826E
(52,130,110)
#2D6D5C
(45,109,92)
#26584A
(38,88,74)
#1F4338
(31,67,56)
#182E26
(24,46,38)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #57EBC8

#57EBC8
(87,235,200)
#66ECCD
(102,236,205)
#75EDD2
(117,237,210)
#84EED7
(132,238,215)
#93EFDC
(147,239,220)
#A2F0E1
(162,240,225)
#B1F1E6
(177,241,230)
#C0F2EB
(192,242,235)
#CFF3F0
(207,243,240)
#DEF4F5
(222,244,245)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57EBC8 color. Also use rgb(87,235,200) instead hex code.

Text Font Color

.myTextColor { color: #57EBC8; }

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

This text font color is #57EBC8.


Background Color

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

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

This div background color is #57EBC8.


Border color

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

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

This div border color is #57EBC8.


Opacity

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

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

Text with #57EBC8 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 #57EBC8;}

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

This text has shadow with #57EBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57EBC8 on black background.


Color preview on white background

This text has color #57EBC8 on white background.



Black color preview on #57EBC8 background

This text has black color on #57EBC8 background.


White color preview on #57EBC8 background

This text has white color on #57EBC8 background.