COLOR #57FDE2

HEX: #57FDE2
RGB: (87,253,226)

Color info

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

RGB color model

#57FDE2 color RGB value is (87,253,226).

  • red value is 87;
  • green value is 253;
  • blue value is 226.
RGB:
(87,253,226)
(34%,99%,89%)

RGB channels and saturation

R 87 of 255 = 34%
G 253 of 255 = 99%
B 226 of 255 = 89%

87
253
226

R + G + B ~ 74%. #57FDE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
87 + 253 + 226 = 566 (100%)
R 87 of 566 ~ 15.37%
G 253 of 566 ~ 44.7%
B 226 of 566 ~ 39.93%

%15.37
%44.7
%39.93

CMYK color model

#57FDE2 color CMYK value is (66,0,11,1).

  • cyan value is 65.61%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(66,0,11,1)
C66M0Y11K1 
(66%,0%,11%,1%)
(0.66/0.00/0.11/0.01)	

CMYK percentages

%65.61
%0
%10.67
%0.78

Codes

Color #57FDE2 in popluar color models

57FDE2
RGB87253226
HSL170°97.65%66.67%
HSB/HSV170°65.61%99.22%
CMYK65.61%0.00%10.67%
0.78%

Color #57FDE2 in popluar number systems.

HEX57FDE2
Decimal87253226
Binary10101111111110111100010
Octal127375342

Shades and tints

Shades of #57FDE2

#57FDE2
(87,253,226)
#50E6CE
(80,230,206)
#49CFBA
(73,207,186)
#42B8A6
(66,184,166)
#3BA192
(59,161,146)
#348A7E
(52,138,126)
#2D736A
(45,115,106)
#265C56
(38,92,86)
#1F4542
(31,69,66)
#182E2E
(24,46,46)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #57FDE2

#57FDE2
(87,253,226)
#66FDE4
(102,253,228)
#75FDE6
(117,253,230)
#84FDE8
(132,253,232)
#93FDEA
(147,253,234)
#A2FDEC
(162,253,236)
#B1FDEE
(177,253,238)
#C0FDF0
(192,253,240)
#CFFDF2
(207,253,242)
#DEFDF4
(222,253,244)
#EDFDF6
(237,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57FDE2 color. Also use rgb(87,253,226) instead hex code.

Text Font Color

.myTextColor { color: #57FDE2; }

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

This text font color is #57FDE2.


Background Color

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

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

This div background color is #57FDE2.


Border color

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

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

This div border color is #57FDE2.


Opacity

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

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

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

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

This text has shadow with #57FDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57FDE2 on black background.


Color preview on white background

This text has color #57FDE2 on white background.



Black color preview on #57FDE2 background

This text has black color on #57FDE2 background.


White color preview on #57FDE2 background

This text has white color on #57FDE2 background.