COLOR #71C8CA

HEX: #71C8CA RGB: (113,200,202)

Color info

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

RGB color model

#71C8CA color RGB value is (113,200,202).

RGB: (113,200,202) (44%, 78%, 79%)

RGB channels and saturation

R 113 of 255 = 44%
G 200 of 255 = 78%
B 202 of 255 = 79%

113
200
202

R + G + B ~ 67%. #71C8CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 200 + 202 = 515 (100%)
R 113 of 515 ~ 21.94%
G 200 of 515 ~ 38.83%
B 202 of 515 ~ 39.22'%

%21.94
%38.83
%39.22

CMYK color model

#71C8CA color CMYK value is (44,1,0,21).

  • cyan value is 44.06%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (44,1,0,21)
C44M1Y0K21 (44%, 1%, 0%, 21%)
(0.44 / 0.01 / 0.00 / 0.21)

CMYK percentages

%44.06
%0.99
%0
%20.78

Codes

Color #71C8CA in popluar color models

71 C8 CA
RGB 113 200 202
HSL 181° 45.64% 61.76%
HSB/HSV 181° 44.06% 79.22%
CMYK 44.06% 0.99% 0.00%
20.78%

Color #71C8CA in popluar number systems.

HEX 71 C8 CA
Decimal 113 200 202
Binary 1110001 11001000 11001010
Octal 161 310 312

Shades and tints

Shades of #71C8CA

#71C8CA
(113,200,202)
#67B6B8
(103,182,184)
#5DA4A6
(93,164,166)
#539294
(83,146,148)
#498082
(73,128,130)
#3F6E70
(63,110,112)
#355C5E
(53,92,94)
#2B4A4C
(43,74,76)
#21383A
(33,56,58)
#172628
(23,38,40)
#0D1416
(13,20,22)
#000000
(0,0,0)

Tints of #71C8CA

#71C8CA
(113,200,202)
#7DCDCE
(125,205,206)
#89D2D2
(137,210,210)
#95D7D6
(149,215,214)
#A1DCDA
(161,220,218)
#ADE1DE
(173,225,222)
#B9E6E2
(185,230,226)
#C5EBE6
(197,235,230)
#D1F0EA
(209,240,234)
#DDF5EE
(221,245,238)
#E9FAF2
(233,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C8CA; }

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

This text font color is #71C8CA.

Background Color

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

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

This div background color is #71C8CA.

Border color

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

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

This div border color is #71C8CA.

Opacity

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

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

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

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

This text has shadow with #71C8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C8CA.

Preview

Color preview on black background

This text has color #71C8CA on black background.


Color preview on white background

This text has color #71C8CA on white background.


Black color preview on #71C8CA background

This text has black color on #71C8CA background.


White color preview on #71C8CA background

This text has white color on #71C8CA background.


Related colors

Complementary color

Complementary color for #hex is #8E3735.


I love getcolorcode.com

Triadic colors

1 #CA71C8 and #C8CA71 with #71C8CA are triadic colors.

2 #CAC871 and #C871CA with #71C8CA are triadic colors.