COLOR #53F3DA

HEX: #53F3DA
RGB: (83,243,218)

Color info

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

RGB color model

#53F3DA color RGB value is (83,243,218).

  • red value is 83;
  • green value is 243;
  • blue value is 218.
RGB:
(83,243,218)
(33%,95%,85%)

RGB channels and saturation

R 83 of 255 = 33%
G 243 of 255 = 95%
B 218 of 255 = 85%

83
243
218

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

Portions of RGB colors in percentages

R + G + B =
83 + 243 + 218 = 544 (100%)
R 83 of 544 ~ 15.26%
G 243 of 544 ~ 44.67%
B 218 of 544 ~ 40.07%

%15.26
%44.67
%40.07

CMYK color model

#53F3DA color CMYK value is (66,0,10,5).

  • cyan value is 65.84%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 4.71%
CMYK:
(66,0,10,5)
C66M0Y10K5 
(66%,0%,10%,5%)
(0.66/0.00/0.10/0.05)	

CMYK percentages

%65.84
%0
%10.29
%4.71

Codes

Color #53F3DA in popluar color models

53F3DA
RGB83243218
HSL171°86.96%63.92%
HSB/HSV171°65.84%95.29%
CMYK65.84%0.00%10.29%
4.71%

Color #53F3DA in popluar number systems.

HEX53F3DA
Decimal83243218
Binary10100111111001111011010
Octal123363332

Shades and tints

Shades of #53F3DA

#53F3DA
(83,243,218)
#4CDDC7
(76,221,199)
#45C7B4
(69,199,180)
#3EB1A1
(62,177,161)
#379B8E
(55,155,142)
#30857B
(48,133,123)
#296F68
(41,111,104)
#225955
(34,89,85)
#1B4342
(27,67,66)
#142D2F
(20,45,47)
#0D171C
(13,23,28)
#000000
(0,0,0)

Tints of #53F3DA

#53F3DA
(83,243,218)
#62F4DD
(98,244,221)
#71F5E0
(113,245,224)
#80F6E3
(128,246,227)
#8FF7E6
(143,247,230)
#9EF8E9
(158,248,233)
#ADF9EC
(173,249,236)
#BCFAEF
(188,250,239)
#CBFBF2
(203,251,242)
#DAFCF5
(218,252,245)
#E9FDF8
(233,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53F3DA color. Also use rgb(83,243,218) instead hex code.

Text Font Color

.myTextColor { color: #53F3DA; }

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

This text font color is #53F3DA.


Background Color

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

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

This div background color is #53F3DA.


Border color

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

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

This div border color is #53F3DA.


Opacity

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

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

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

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

This text has shadow with #53F3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53F3DA on black background.


Color preview on white background

This text has color #53F3DA on white background.



Black color preview on #53F3DA background

This text has black color on #53F3DA background.


White color preview on #53F3DA background

This text has white color on #53F3DA background.