COLOR #53EEDF

HEX: #53EEDF
RGB: (83,238,223)

Color info

#53EEDF contains mainly green and blue colors. Web safe color of #53EEDF is #66FFCC (or #6FC).

RGB color model

#53EEDF color RGB value is (83,238,223).

  • red value is 83;
  • green value is 238;
  • blue value is 223.
RGB:
(83,238,223)
(33%,93%,87%)

RGB channels and saturation

R 83 of 255 = 33%
G 238 of 255 = 93%
B 223 of 255 = 87%

83
238
223

R + G + B ~ 71%. #53EEDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 238 + 223 = 544 (100%)
R 83 of 544 ~ 15.26%
G 238 of 544 ~ 43.75%
B 223 of 544 ~ 40.99%

%15.26
%43.75
%40.99

CMYK color model

#53EEDF color CMYK value is (65,0,6,7).

  • cyan value is 65.13%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(65,0,6,7)
C65M0Y6K7 
(65%,0%,6%,7%)
(0.65/0.00/0.06/0.07)	

CMYK percentages

%65.13
%0
%6.3
%6.67

Codes

Color #53EEDF in popluar color models

53EEDF
RGB83238223
HSL174°82.01%62.94%
HSB/HSV174°65.13%93.33%
CMYK65.13%0.00%6.30%
6.67%

Color #53EEDF in popluar number systems.

HEX53EEDF
Decimal83238223
Binary10100111110111011011111
Octal123356337

Shades and tints

Shades of #53EEDF

#53EEDF
(83,238,223)
#4CD9CB
(76,217,203)
#45C4B7
(69,196,183)
#3EAFA3
(62,175,163)
#379A8F
(55,154,143)
#30857B
(48,133,123)
#297067
(41,112,103)
#225B53
(34,91,83)
#1B463F
(27,70,63)
#14312B
(20,49,43)
#0D1C17
(13,28,23)
#000000
(0,0,0)

Tints of #53EEDF

#53EEDF
(83,238,223)
#62EFE1
(98,239,225)
#71F0E3
(113,240,227)
#80F1E5
(128,241,229)
#8FF2E7
(143,242,231)
#9EF3E9
(158,243,233)
#ADF4EB
(173,244,235)
#BCF5ED
(188,245,237)
#CBF6EF
(203,246,239)
#DAF7F1
(218,247,241)
#E9F8F3
(233,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53EEDF color. Also use rgb(83,238,223) instead hex code.

Text Font Color

.myTextColor { color: #53EEDF; }

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

This text font color is #53EEDF.


Background Color

.myBgColor { background-color: #53EEDF; }

<div style="background-color:#53EEDF">Inner text</div>

This div background color is #53EEDF.


Border color

.myBorderColor { border: 1px solid #53EEDF; }

<div style="border:3px solid #53EEDF">Div</div>

This div border color is #53EEDF.


Opacity

.myOpacity80 { color: #53EEDF; opacity: 0.8; }

<p style="color:#53EEDF;opacity:0.8;">80%</p>

Text with #53EEDF 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 #53EEDF;}

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

This text has shadow with #53EEDF color.

.textShadow {text-shadow: 3px 3px 1px #53EEDF, 3px 3px 1px red;}

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

This text has shadow with #53EEDF primary color and red secondary color.


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

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

This text has shadow with #53EEDF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EEDF on black background.


Color preview on white background

This text has color #53EEDF on white background.



Black color preview on #53EEDF background

This text has black color on #53EEDF background.


White color preview on #53EEDF background

This text has white color on #53EEDF background.