COLOR #71BEBE

HEX: #71BEBE RGB: (113,190,190)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

113
190
190

R + G + B ~ 65%. #71BEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 190 + 190 = 493 (100%)
R 113 of 493 ~ 22.92%
G 190 of 493 ~ 38.54%
B 190 of 493 ~ 38.54'%

%22.92
%38.54
%38.54

CMYK color model

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

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

CMYK: (41,0,0,25)
C41M0Y0K25 (41%, 0%, 0%, 25%)
(0.41 / 0.00 / 0.00 / 0.25)

CMYK percentages

%40.53
%0
%0
%25.49

Codes

Color #71BEBE in popluar color models

71 BE BE
RGB 113 190 190
HSL 180° 37.20% 59.41%
HSB/HSV 180° 40.53% 74.51%
CMYK 40.53% 0.00% 0.00%
25.49%

Color #71BEBE in popluar number systems.

HEX 71 BE BE
Decimal 113 190 190
Binary 1110001 10111110 10111110
Octal 161 276 276

Shades and tints

Shades of #71BEBE

#71BEBE
(113,190,190)
#67ADAD
(103,173,173)
#5D9C9C
(93,156,156)
#538B8B
(83,139,139)
#497A7A
(73,122,122)
#3F6969
(63,105,105)
#355858
(53,88,88)
#2B4747
(43,71,71)
#213636
(33,54,54)
#172525
(23,37,37)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #71BEBE

#71BEBE
(113,190,190)
#7DC3C3
(125,195,195)
#89C8C8
(137,200,200)
#95CDCD
(149,205,205)
#A1D2D2
(161,210,210)
#ADD7D7
(173,215,215)
#B9DCDC
(185,220,220)
#C5E1E1
(197,225,225)
#D1E6E6
(209,230,230)
#DDEBEB
(221,235,235)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BEBE; }

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

This text font color is #71BEBE.

Background Color

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

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

This div background color is #71BEBE.

Border color

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

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

This div border color is #71BEBE.

Opacity

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

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

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

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

This text has shadow with #71BEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BEBE.

Preview

Color preview on black background

This text has color #71BEBE on black background.


Color preview on white background

This text has color #71BEBE on white background.


Black color preview on #71BEBE background

This text has black color on #71BEBE background.


White color preview on #71BEBE background

This text has white color on #71BEBE background.


Related colors

Complementary color

Complementary color for #hex is #8E4141.


I love getcolorcode.com