COLOR #53EBE1

HEX: #53EBE1
RGB: (83,235,225)

Color info

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

RGB color model

#53EBE1 color RGB value is (83,235,225).

  • red value is 83;
  • green value is 235;
  • blue value is 225.
RGB:
(83,235,225)
(33%,92%,88%)

RGB channels and saturation

R 83 of 255 = 33%
G 235 of 255 = 92%
B 225 of 255 = 88%

83
235
225

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

Portions of RGB colors in percentages

R + G + B =
83 + 235 + 225 = 543 (100%)
R 83 of 543 ~ 15.29%
G 235 of 543 ~ 43.28%
B 225 of 543 ~ 41.44%

%15.29
%43.28
%41.44

CMYK color model

#53EBE1 color CMYK value is (65,0,4,8).

  • cyan value is 64.68%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(65,0,4,8)
C65M0Y4K8 
(65%,0%,4%,8%)
(0.65/0.00/0.04/0.08)	

CMYK percentages

%64.68
%0
%4.26
%7.84

Codes

Color #53EBE1 in popluar color models

53EBE1
RGB83235225
HSL176°79.17%62.35%
HSB/HSV176°64.68%92.16%
CMYK64.68%0.00%4.26%
7.84%

Color #53EBE1 in popluar number systems.

HEX53EBE1
Decimal83235225
Binary10100111110101111100001
Octal123353341

Shades and tints

Shades of #53EBE1

#53EBE1
(83,235,225)
#4CD6CD
(76,214,205)
#45C1B9
(69,193,185)
#3EACA5
(62,172,165)
#379791
(55,151,145)
#30827D
(48,130,125)
#296D69
(41,109,105)
#225855
(34,88,85)
#1B4341
(27,67,65)
#142E2D
(20,46,45)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #53EBE1

#53EBE1
(83,235,225)
#62ECE3
(98,236,227)
#71EDE5
(113,237,229)
#80EEE7
(128,238,231)
#8FEFE9
(143,239,233)
#9EF0EB
(158,240,235)
#ADF1ED
(173,241,237)
#BCF2EF
(188,242,239)
#CBF3F1
(203,243,241)
#DAF4F3
(218,244,243)
#E9F5F5
(233,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53EBE1 color. Also use rgb(83,235,225) instead hex code.

Text Font Color

.myTextColor { color: #53EBE1; }

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

This text font color is #53EBE1.


Background Color

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

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

This div background color is #53EBE1.


Border color

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

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

This div border color is #53EBE1.


Opacity

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

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

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

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

This text has shadow with #53EBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53EBE1 on black background.


Color preview on white background

This text has color #53EBE1 on white background.



Black color preview on #53EBE1 background

This text has black color on #53EBE1 background.


White color preview on #53EBE1 background

This text has white color on #53EBE1 background.