COLOR #5CE1DB

HEX: #5CE1DB
RGB: (92,225,219)

Color info

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

RGB color model

#5CE1DB color RGB value is (92,225,219).

  • red value is 92;
  • green value is 225;
  • blue value is 219.
RGB:
(92,225,219)
(36%,88%,86%)

RGB channels and saturation

R 92 of 255 = 36%
G 225 of 255 = 88%
B 219 of 255 = 86%

92
225
219

R + G + B ~ 70%. #5CE1DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
92 + 225 + 219 = 536 (100%)
R 92 of 536 ~ 17.16%
G 225 of 536 ~ 41.98%
B 219 of 536 ~ 40.86%

%17.16
%41.98
%40.86

CMYK color model

#5CE1DB color CMYK value is (59,0,3,12).

  • cyan value is 59.11%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(59,0,3,12)
C59M0Y3K12 
(59%,0%,3%,12%)
(0.59/0.00/0.03/0.12)	

CMYK percentages

%59.11
%0
%2.67
%11.76

Codes

Color #5CE1DB in popluar color models

5CE1DB
RGB92225219
HSL177°68.91%62.16%
HSB/HSV177°59.11%88.24%
CMYK59.11%0.00%2.67%
11.76%

Color #5CE1DB in popluar number systems.

HEX5CE1DB
Decimal92225219
Binary10111001110000111011011
Octal134341333

Shades and tints

Shades of #5CE1DB

#5CE1DB
(92,225,219)
#54CDC8
(84,205,200)
#4CB9B5
(76,185,181)
#44A5A2
(68,165,162)
#3C918F
(60,145,143)
#347D7C
(52,125,124)
#2C6969
(44,105,105)
#245556
(36,85,86)
#1C4143
(28,65,67)
#142D30
(20,45,48)
#0C191D
(12,25,29)
#000000
(0,0,0)

Tints of #5CE1DB

#5CE1DB
(92,225,219)
#6AE3DE
(106,227,222)
#78E5E1
(120,229,225)
#86E7E4
(134,231,228)
#94E9E7
(148,233,231)
#A2EBEA
(162,235,234)
#B0EDED
(176,237,237)
#BEEFF0
(190,239,240)
#CCF1F3
(204,241,243)
#DAF3F6
(218,243,246)
#E8F5F9
(232,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CE1DB color. Also use rgb(92,225,219) instead hex code.

Text Font Color

.myTextColor { color: #5CE1DB; }

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

This text font color is #5CE1DB.


Background Color

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

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

This div background color is #5CE1DB.


Border color

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

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

This div border color is #5CE1DB.


Opacity

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

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

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

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

This text has shadow with #5CE1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CE1DB on black background.


Color preview on white background

This text has color #5CE1DB on white background.



Black color preview on #5CE1DB background

This text has black color on #5CE1DB background.


White color preview on #5CE1DB background

This text has white color on #5CE1DB background.