COLOR #71D1CA

HEX: #71D1CA
RGB: (113,209,202)

Color info

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

RGB color model

#71D1CA color RGB value is (113,209,202).

  • red value is 113;
  • green value is 209;
  • blue value is 202.
RGB:
(113,209,202)
(44%,82%,79%)

RGB channels and saturation

R 113 of 255 = 44%
G 209 of 255 = 82%
B 202 of 255 = 79%

113
209
202

R + G + B ~ 68%. #71D1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 209 + 202 = 524 (100%)
R 113 of 524 ~ 21.56%
G 209 of 524 ~ 39.89%
B 202 of 524 ~ 38.55%

%21.56
%39.89
%38.55

CMYK color model

#71D1CA color CMYK value is (46,0,3,18).

  • cyan value is 45.93%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 18.04%
CMYK:
(46,0,3,18)
C46M0Y3K18 
(46%,0%,3%,18%)
(0.46/0.00/0.03/0.18)	

CMYK percentages

%45.93
%0
%3.35
%18.04

Codes

Color #71D1CA in popluar color models

71D1CA
RGB113209202
HSL176°51.06%63.14%
HSB/HSV176°45.93%81.96%
CMYK45.93%0.00%3.35%
18.04%

Color #71D1CA in popluar number systems.

HEX71D1CA
Decimal113209202
Binary11100011101000111001010
Octal161321312

Shades and tints

Shades of #71D1CA

#71D1CA
(113,209,202)
#67BEB8
(103,190,184)
#5DABA6
(93,171,166)
#539894
(83,152,148)
#498582
(73,133,130)
#3F7270
(63,114,112)
#355F5E
(53,95,94)
#2B4C4C
(43,76,76)
#21393A
(33,57,58)
#172628
(23,38,40)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #71D1CA

#71D1CA
(113,209,202)
#7DD5CE
(125,213,206)
#89D9D2
(137,217,210)
#95DDD6
(149,221,214)
#A1E1DA
(161,225,218)
#ADE5DE
(173,229,222)
#B9E9E2
(185,233,226)
#C5EDE6
(197,237,230)
#D1F1EA
(209,241,234)
#DDF5EE
(221,245,238)
#E9F9F2
(233,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D1CA color. Also use rgb(113,209,202) instead hex code.

Text Font Color

.myTextColor { color: #71D1CA; }

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

This text font color is #71D1CA.


Background Color

.myBgColor { background-color: #71D1CA; }

<div style="background-color:#71D1CA">Inner text</div>

This div background color is #71D1CA.


Border color

.myBorderColor { border: 1px solid #71D1CA; }

<div style="border:3px solid #71D1CA">Div</div>

This div border color is #71D1CA.


Opacity

.myOpacity80 { color: #71D1CA; opacity: 0.8; }

<p style="color:#71D1CA;opacity:0.8;">80%</p>

Text with #71D1CA 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 #71D1CA;}

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

This text has shadow with #71D1CA color.

.textShadow {text-shadow: 3px 3px 1px #71D1CA, 3px 3px 1px red;}

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

This text has shadow with #71D1CA primary color and red secondary color.


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

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

This text has shadow with #71D1CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D1CA on black background.


Color preview on white background

This text has color #71D1CA on white background.



Black color preview on #71D1CA background

This text has black color on #71D1CA background.


White color preview on #71D1CA background

This text has white color on #71D1CA background.