COLOR #71BEBC

HEX: #71BEBC RGB: (113,190,188)

Color info

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

RGB color model

#71BEBC color RGB value is (113,190,188).

RGB: (113,190,188) (44%, 75%, 74%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 188 of 255 = 74%

113
190
188

R + G + B ~ 64%. #71BEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 190 + 188 = 491 (100%)
R 113 of 491 ~ 23.01%
G 190 of 491 ~ 38.7%
B 188 of 491 ~ 38.29'%

%23.01
%38.7
%38.29

CMYK color model

#71BEBC color CMYK value is (41,0,1,25).

  • cyan value is 40.53%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (41,0,1,25)
C41M0Y1K25 (41%, 0%, 1%, 25%)
(0.41 / 0.00 / 0.01 / 0.25)

CMYK percentages

%40.53
%0
%1.05
%25.49

Codes

Color #71BEBC in popluar color models

71 BE BC
RGB 113 190 188
HSL 178° 37.20% 59.41%
HSB/HSV 178° 40.53% 74.51%
CMYK 40.53% 0.00% 1.05%
25.49%

Color #71BEBC in popluar number systems.

HEX 71 BE BC
Decimal 113 190 188
Binary 1110001 10111110 10111100
Octal 161 276 274

Shades and tints

Shades of #71BEBC

#71BEBC
(113,190,188)
#67ADAB
(103,173,171)
#5D9C9A
(93,156,154)
#538B89
(83,139,137)
#497A78
(73,122,120)
#3F6967
(63,105,103)
#355856
(53,88,86)
#2B4745
(43,71,69)
#213634
(33,54,52)
#172523
(23,37,35)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #71BEBC

#71BEBC
(113,190,188)
#7DC3C2
(125,195,194)
#89C8C8
(137,200,200)
#95CDCE
(149,205,206)
#A1D2D4
(161,210,212)
#ADD7DA
(173,215,218)
#B9DCE0
(185,220,224)
#C5E1E6
(197,225,230)
#D1E6EC
(209,230,236)
#DDEBF2
(221,235,242)
#E9F0F8
(233,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BEBC color. Also use rgb(113,190,188) instead hex code.

Text Font Color

.myTextColor { color: #71BEBC; }

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

This text font color is #71BEBC.

Background Color

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

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

This div background color is #71BEBC.

Border color

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

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

This div border color is #71BEBC.

Opacity

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

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

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

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

This text has shadow with #71BEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BEBC.

Preview

Color preview on black background

This text has color #71BEBC on black background.


Color preview on white background

This text has color #71BEBC on white background.


Black color preview on #71BEBC background

This text has black color on #71BEBC background.


White color preview on #71BEBC background

This text has white color on #71BEBC background.


Related colors

Complementary color

Complementary color for #hex is #8E4143.


I love getcolorcode.com

Triadic colors

1 #BC71BE and #BEBC71 with #71BEBC are triadic colors.

2 #BCBE71 and #BE71BC with #71BEBC are triadic colors.