COLOR #53FFEB

HEX: #53FFEB
RGB: (83,255,235)

Color info

#53FFEB contains mainly green and blue colors. Web safe color of #53FFEB is #66FFFF (or #6FF).

RGB color model

#53FFEB color RGB value is (83,255,235).

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

RGB channels and saturation

R 83 of 255 = 33%
G 255 of 255 = 100%
B 235 of 255 = 92%

83
255
235

R + G + B ~ 75%. #53FFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 255 + 235 = 573 (100%)
R 83 of 573 ~ 14.49%
G 255 of 573 ~ 44.5%
B 235 of 573 ~ 41.01%

%14.49
%44.5
%41.01

CMYK color model

#53FFEB color CMYK value is (67,0,8,0).

  • cyan value is 67.45%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(67,0,8,0)
C67M0Y8K0 
(67%,0%,8%,0%)
(0.67/0.00/0.08/0.00)	

CMYK percentages

%67.45
%0
%7.84
%0

Codes

Color #53FFEB in popluar color models

53FFEB
RGB83255235
HSL173°100.00%66.27%
HSB/HSV173°67.45%100.00%
CMYK67.45%0.00%7.84%
0.00%

Color #53FFEB in popluar number systems.

HEX53FFEB
Decimal83255235
Binary10100111111111111101011
Octal123377353

Shades and tints

Shades of #53FFEB

#53FFEB
(83,255,235)
#4CE8D6
(76,232,214)
#45D1C1
(69,209,193)
#3EBAAC
(62,186,172)
#37A397
(55,163,151)
#308C82
(48,140,130)
#29756D
(41,117,109)
#225E58
(34,94,88)
#1B4743
(27,71,67)
#14302E
(20,48,46)
#0D1919
(13,25,25)
#000000
(0,0,0)

Tints of #53FFEB

#53FFEB
(83,255,235)
#62FFEC
(98,255,236)
#71FFED
(113,255,237)
#80FFEE
(128,255,238)
#8FFFEF
(143,255,239)
#9EFFF0
(158,255,240)
#ADFFF1
(173,255,241)
#BCFFF2
(188,255,242)
#CBFFF3
(203,255,243)
#DAFFF4
(218,255,244)
#E9FFF5
(233,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53FFEB; }

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

This text font color is #53FFEB.


Background Color

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

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

This div background color is #53FFEB.


Border color

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

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

This div border color is #53FFEB.


Opacity

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

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

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

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

This text has shadow with #53FFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53FFEB on black background.


Color preview on white background

This text has color #53FFEB on white background.



Black color preview on #53FFEB background

This text has black color on #53FFEB background.


White color preview on #53FFEB background

This text has white color on #53FFEB background.