COLOR #5BE4D0

HEX: #5BE4D0 RGB: (91,228,208)

Color info

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

RGB color model

#5BE4D0 color RGB value is (91,228,208).

RGB: (91,228,208) (36%, 89%, 82%)

RGB channels and saturation

R 91 of 255 = 36%
G 228 of 255 = 89%
B 208 of 255 = 82%

91
228
208

R + G + B ~ 69%. #5BE4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 91 + 228 + 208 = 527 (100%)
R 91 of 527 ~ 17.27%
G 228 of 527 ~ 43.26%
B 208 of 527 ~ 39.47'%

%17.27
%43.26
%39.47

CMYK color model

#5BE4D0 color CMYK value is (60,0,9,11).

  • cyan value is 60.09%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 10.59%

CMYK: (60,0,9,11)
C60M0Y9K11 (60%, 0%, 9%, 11%)
(0.60 / 0.00 / 0.09 / 0.11)

CMYK percentages

%60.09
%0
%8.77
%10.59

Codes

Color #5BE4D0 in popluar color models

5B E4 D0
RGB 91 228 208
HSL 171° 71.73% 62.55%
HSB/HSV 171° 60.09% 89.41%
CMYK 60.09% 0.00% 8.77%
10.59%

Color #5BE4D0 in popluar number systems.

HEX 5B E4 D0
Decimal 91 228 208
Binary 1011011 11100100 11010000
Octal 133 344 320

Shades and tints

Shades of #5BE4D0

#5BE4D0
(91,228,208)
#53D0BE
(83,208,190)
#4BBCAC
(75,188,172)
#43A89A
(67,168,154)
#3B9488
(59,148,136)
#338076
(51,128,118)
#2B6C64
(43,108,100)
#235852
(35,88,82)
#1B4440
(27,68,64)
#13302E
(19,48,46)
#0B1C1C
(11,28,28)
#000000
(0,0,0)

Tints of #5BE4D0

#5BE4D0
(91,228,208)
#69E6D4
(105,230,212)
#77E8D8
(119,232,216)
#85EADC
(133,234,220)
#93ECE0
(147,236,224)
#A1EEE4
(161,238,228)
#AFF0E8
(175,240,232)
#BDF2EC
(189,242,236)
#CBF4F0
(203,244,240)
#D9F6F4
(217,246,244)
#E7F8F8
(231,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BE4D0 color. Also use rgb(91,228,208) instead hex code.

Text Font Color

.myTextColor { color: #5BE4D0; }

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

This text font color is #5BE4D0.

Background Color

.myBgColor { background-color: #5BE4D0; }

<div style="background-color:#5BE4D0">Inner text</div>

This div background color is #5BE4D0.

Border color

.myBorderColor { border: 1px solid #5BE4D0; }

<div style="border:3px solid #5BE4D0">Div</div>

This div border color is #5BE4D0.

Opacity

.myOpacity80 { color: #5BE4D0; opacity: 0.8; }

<p style="color:#5BE4D0;opacity:0.8;">80%</p>

Text with #5BE4D0 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 #5BE4D0;}

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

This text has shadow with #5BE4D0 color.


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

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

This text has shadow with #5BE4D0 primary color and red secondary color.


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

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

This text has shadow with #5BE4D0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5BE4D0.

Preview

Color preview on black background

This text has color #5BE4D0 on black background.


Color preview on white background

This text has color #5BE4D0 on white background.


Black color preview on #5BE4D0 background

This text has black color on #5BE4D0 background.


White color preview on #5BE4D0 background

This text has white color on #5BE4D0 background.


Related colors

Complementary color

Complementary color for #hex is #A41B2F.


I love getcolorcode.com

Triadic colors

1 #D05BE4 and #E4D05B with #5BE4D0 are triadic colors.

2 #D0E45B and #E45BD0 with #5BE4D0 are triadic colors.