COLOR #56E9ED

HEX: #56E9ED
RGB: (86,233,237)

Color info

#56E9ED contains mainly green and blue colors. Web safe color of #56E9ED is #66FFFF (or #6FF).

RGB color model

#56E9ED color RGB value is (86,233,237).

  • red value is 86;
  • green value is 233;
  • blue value is 237.
RGB:
(86,233,237)
(34%,91%,93%)

RGB channels and saturation

R 86 of 255 = 34%
G 233 of 255 = 91%
B 237 of 255 = 93%

86
233
237

R + G + B ~ 73%. #56E9ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 233 + 237 = 556 (100%)
R 86 of 556 ~ 15.47%
G 233 of 556 ~ 41.91%
B 237 of 556 ~ 42.63%

%15.47
%41.91
%42.63

CMYK color model

#56E9ED color CMYK value is (64,2,0,7).

  • cyan value is 63.71%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(64,2,0,7)
C64M2Y0K7 
(64%,2%,0%,7%)
(0.64/0.02/0.00/0.07)	

CMYK percentages

%63.71
%1.69
%0
%7.06

Codes

Color #56E9ED in popluar color models

56E9ED
RGB86233237
HSL182°80.75%63.33%
HSB/HSV182°63.71%92.94%
CMYK63.71%1.69%0.00%
7.06%

Color #56E9ED in popluar number systems.

HEX56E9ED
Decimal86233237
Binary10101101110100111101101
Octal126351355

Shades and tints

Shades of #56E9ED

#56E9ED
(86,233,237)
#4FD4D8
(79,212,216)
#48BFC3
(72,191,195)
#41AAAE
(65,170,174)
#3A9599
(58,149,153)
#338084
(51,128,132)
#2C6B6F
(44,107,111)
#25565A
(37,86,90)
#1E4145
(30,65,69)
#172C30
(23,44,48)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #56E9ED

#56E9ED
(86,233,237)
#65EBEE
(101,235,238)
#74EDEF
(116,237,239)
#83EFF0
(131,239,240)
#92F1F1
(146,241,241)
#A1F3F2
(161,243,242)
#B0F5F3
(176,245,243)
#BFF7F4
(191,247,244)
#CEF9F5
(206,249,245)
#DDFBF6
(221,251,246)
#ECFDF7
(236,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56E9ED color. Also use rgb(86,233,237) instead hex code.

Text Font Color

.myTextColor { color: #56E9ED; }

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

This text font color is #56E9ED.


Background Color

.myBgColor { background-color: #56E9ED; }

<div style="background-color:#56E9ED">Inner text</div>

This div background color is #56E9ED.


Border color

.myBorderColor { border: 1px solid #56E9ED; }

<div style="border:3px solid #56E9ED">Div</div>

This div border color is #56E9ED.


Opacity

.myOpacity80 { color: #56E9ED; opacity: 0.8; }

<p style="color:#56E9ED;opacity:0.8;">80%</p>

Text with #56E9ED 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 #56E9ED;}

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

This text has shadow with #56E9ED color.

.textShadow {text-shadow: 3px 3px 1px #56E9ED, 3px 3px 1px red;}

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

This text has shadow with #56E9ED primary color and red secondary color.


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

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

This text has shadow with #56E9ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56E9ED on black background.


Color preview on white background

This text has color #56E9ED on white background.



Black color preview on #56E9ED background

This text has black color on #56E9ED background.


White color preview on #56E9ED background

This text has white color on #56E9ED background.