COLOR #56E4CC

HEX: #56E4CC RGB: (86,228,204)

Color info

#56E4CC contains mainly green and blue colors. Web safe color of #56E4CC is #66CCCC (or #6CC).

RGB color model

#56E4CC color RGB value is (86,228,204).

RGB: (86,228,204) (34%, 89%, 80%)

RGB channels and saturation

R 86 of 255 = 34%
G 228 of 255 = 89%
B 204 of 255 = 80%

86
228
204

R + G + B ~ 68%. #56E4CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 86 + 228 + 204 = 518 (100%)
R 86 of 518 ~ 16.6%
G 228 of 518 ~ 44.02%
B 204 of 518 ~ 39.38'%

%16.6
%44.02
%39.38

CMYK color model

#56E4CC color CMYK value is (62,0,11,11).

  • cyan value is 62.28%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 10.59%

CMYK: (62,0,11,11)
C62M0Y11K11 (62%, 0%, 11%, 11%)
(0.62 / 0.00 / 0.11 / 0.11)

CMYK percentages

%62.28
%0
%10.53
%10.59

Codes

Color #56E4CC in popluar color models

56 E4 CC
RGB 86 228 204
HSL 170° 72.45% 61.57%
HSB/HSV 170° 62.28% 89.41%
CMYK 62.28% 0.00% 10.53%
10.59%

Color #56E4CC in popluar number systems.

HEX 56 E4 CC
Decimal 86 228 204
Binary 1010110 11100100 11001100
Octal 126 344 314

Shades and tints

Shades of #56E4CC

#56E4CC
(86,228,204)
#4FD0BA
(79,208,186)
#48BCA8
(72,188,168)
#41A896
(65,168,150)
#3A9484
(58,148,132)
#338072
(51,128,114)
#2C6C60
(44,108,96)
#25584E
(37,88,78)
#1E443C
(30,68,60)
#17302A
(23,48,42)
#101C18
(16,28,24)
#000000
(0,0,0)

Tints of #56E4CC

#56E4CC
(86,228,204)
#65E6D0
(101,230,208)
#74E8D4
(116,232,212)
#83EAD8
(131,234,216)
#92ECDC
(146,236,220)
#A1EEE0
(161,238,224)
#B0F0E4
(176,240,228)
#BFF2E8
(191,242,232)
#CEF4EC
(206,244,236)
#DDF6F0
(221,246,240)
#ECF8F4
(236,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56E4CC color. Also use rgb(86,228,204) instead hex code.

Text Font Color

.myTextColor { color: #56E4CC; }

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

This text font color is #56E4CC.

Background Color

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

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

This div background color is #56E4CC.

Border color

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

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

This div border color is #56E4CC.

Opacity

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

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

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

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

This text has shadow with #56E4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56E4CC.

Preview

Color preview on black background

This text has color #56E4CC on black background.


Color preview on white background

This text has color #56E4CC on white background.


Black color preview on #56E4CC background

This text has black color on #56E4CC background.


White color preview on #56E4CC background

This text has white color on #56E4CC background.


Related colors

Complementary color

Complementary color for #hex is #A91B33.


I love getcolorcode.com

Triadic colors

1 #CC56E4 and #E4CC56 with #56E4CC are triadic colors.

2 #CCE456 and #E456CC with #56E4CC are triadic colors.