COLOR #5BD1CB

HEX: #5BD1CB
RGB: (91,209,203)

Color info

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

RGB color model

#5BD1CB color RGB value is (91,209,203).

  • red value is 91;
  • green value is 209;
  • blue value is 203.
RGB:
(91,209,203)
(36%,82%,80%)

RGB channels and saturation

R 91 of 255 = 36%
G 209 of 255 = 82%
B 203 of 255 = 80%

91
209
203

R + G + B ~ 66%. #5BD1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
91 + 209 + 203 = 503 (100%)
R 91 of 503 ~ 18.09%
G 209 of 503 ~ 41.55%
B 203 of 503 ~ 40.36%

%18.09
%41.55
%40.36

CMYK color model

#5BD1CB color CMYK value is (56,0,3,18).

  • cyan value is 56.46%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 18.04%
CMYK:
(56,0,3,18)
C56M0Y3K18 
(56%,0%,3%,18%)
(0.56/0.00/0.03/0.18)	

CMYK percentages

%56.46
%0
%2.87
%18.04

Codes

Color #5BD1CB in popluar color models

5BD1CB
RGB91209203
HSL177°56.19%58.82%
HSB/HSV177°56.46%81.96%
CMYK56.46%0.00%2.87%
18.04%

Color #5BD1CB in popluar number systems.

HEX5BD1CB
Decimal91209203
Binary10110111101000111001011
Octal133321313

Shades and tints

Shades of #5BD1CB

#5BD1CB
(91,209,203)
#53BEB9
(83,190,185)
#4BABA7
(75,171,167)
#439895
(67,152,149)
#3B8583
(59,133,131)
#337271
(51,114,113)
#2B5F5F
(43,95,95)
#234C4D
(35,76,77)
#1B393B
(27,57,59)
#132629
(19,38,41)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #5BD1CB

#5BD1CB
(91,209,203)
#69D5CF
(105,213,207)
#77D9D3
(119,217,211)
#85DDD7
(133,221,215)
#93E1DB
(147,225,219)
#A1E5DF
(161,229,223)
#AFE9E3
(175,233,227)
#BDEDE7
(189,237,231)
#CBF1EB
(203,241,235)
#D9F5EF
(217,245,239)
#E7F9F3
(231,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BD1CB color. Also use rgb(91,209,203) instead hex code.

Text Font Color

.myTextColor { color: #5BD1CB; }

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

This text font color is #5BD1CB.


Background Color

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

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

This div background color is #5BD1CB.


Border color

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

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

This div border color is #5BD1CB.


Opacity

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

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

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

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

This text has shadow with #5BD1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BD1CB on black background.


Color preview on white background

This text has color #5BD1CB on white background.



Black color preview on #5BD1CB background

This text has black color on #5BD1CB background.


White color preview on #5BD1CB background

This text has white color on #5BD1CB background.