COLOR #56E1EE

HEX: #56E1EE
RGB: (86,225,238)

Color info

#56E1EE contains mainly green and blue colors. Web safe color of #56E1EE is #66CCFF (or #6CF).

RGB color model

#56E1EE color RGB value is (86,225,238).

  • red value is 86;
  • green value is 225;
  • blue value is 238.
RGB:
(86,225,238)
(34%,88%,93%)

RGB channels and saturation

R 86 of 255 = 34%
G 225 of 255 = 88%
B 238 of 255 = 93%

86
225
238

R + G + B ~ 72%. #56E1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
86 + 225 + 238 = 549 (100%)
R 86 of 549 ~ 15.66%
G 225 of 549 ~ 40.98%
B 238 of 549 ~ 43.35%

%15.66
%40.98
%43.35

CMYK color model

#56E1EE color CMYK value is (64,5,0,7).

  • cyan value is 63.87%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(64,5,0,7)
C64M5Y0K7 
(64%,5%,0%,7%)
(0.64/0.05/0.00/0.07)	

CMYK percentages

%63.87
%5.46
%0
%6.67

Codes

Color #56E1EE in popluar color models

56E1EE
RGB86225238
HSL185°81.72%63.53%
HSB/HSV185°63.87%93.33%
CMYK63.87%5.46%0.00%
6.67%

Color #56E1EE in popluar number systems.

HEX56E1EE
Decimal86225238
Binary10101101110000111101110
Octal126341356

Shades and tints

Shades of #56E1EE

#56E1EE
(86,225,238)
#4FCDD9
(79,205,217)
#48B9C4
(72,185,196)
#41A5AF
(65,165,175)
#3A919A
(58,145,154)
#337D85
(51,125,133)
#2C6970
(44,105,112)
#25555B
(37,85,91)
#1E4146
(30,65,70)
#172D31
(23,45,49)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #56E1EE

#56E1EE
(86,225,238)
#65E3EF
(101,227,239)
#74E5F0
(116,229,240)
#83E7F1
(131,231,241)
#92E9F2
(146,233,242)
#A1EBF3
(161,235,243)
#B0EDF4
(176,237,244)
#BFEFF5
(191,239,245)
#CEF1F6
(206,241,246)
#DDF3F7
(221,243,247)
#ECF5F8
(236,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56E1EE color. Also use rgb(86,225,238) instead hex code.

Text Font Color

.myTextColor { color: #56E1EE; }

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

This text font color is #56E1EE.


Background Color

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

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

This div background color is #56E1EE.


Border color

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

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

This div border color is #56E1EE.


Opacity

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

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

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

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

This text has shadow with #56E1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56E1EE on black background.


Color preview on white background

This text has color #56E1EE on white background.



Black color preview on #56E1EE background

This text has black color on #56E1EE background.


White color preview on #56E1EE background

This text has white color on #56E1EE background.