COLOR #70E5CF

HEX: #70E5CF
RGB: (112,229,207)

Color info

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

RGB color model

#70E5CF color RGB value is (112,229,207).

  • red value is 112;
  • green value is 229;
  • blue value is 207.
RGB:
(112,229,207)
(44%,90%,81%)

RGB channels and saturation

R 112 of 255 = 44%
G 229 of 255 = 90%
B 207 of 255 = 81%

112
229
207

R + G + B ~ 72%. #70E5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 229 + 207 = 548 (100%)
R 112 of 548 ~ 20.44%
G 229 of 548 ~ 41.79%
B 207 of 548 ~ 37.77%

%20.44
%41.79
%37.77

CMYK color model

#70E5CF color CMYK value is (51,0,10,10).

  • cyan value is 51.09%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(51,0,10,10)
C51M0Y10K10 
(51%,0%,10%,10%)
(0.51/0.00/0.10/0.10)	

CMYK percentages

%51.09
%0
%9.61
%10.2

Codes

Color #70E5CF in popluar color models

70E5CF
RGB112229207
HSL169°69.23%66.86%
HSB/HSV169°51.09%89.80%
CMYK51.09%0.00%9.61%
10.20%

Color #70E5CF in popluar number systems.

HEX70E5CF
Decimal112229207
Binary11100001110010111001111
Octal160345317

Shades and tints

Shades of #70E5CF

#70E5CF
(112,229,207)
#66D1BD
(102,209,189)
#5CBDAB
(92,189,171)
#52A999
(82,169,153)
#489587
(72,149,135)
#3E8175
(62,129,117)
#346D63
(52,109,99)
#2A5951
(42,89,81)
#20453F
(32,69,63)
#16312D
(22,49,45)
#0C1D1B
(12,29,27)
#000000
(0,0,0)

Tints of #70E5CF

#70E5CF
(112,229,207)
#7DE7D3
(125,231,211)
#8AE9D7
(138,233,215)
#97EBDB
(151,235,219)
#A4EDDF
(164,237,223)
#B1EFE3
(177,239,227)
#BEF1E7
(190,241,231)
#CBF3EB
(203,243,235)
#D8F5EF
(216,245,239)
#E5F7F3
(229,247,243)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70E5CF color. Also use rgb(112,229,207) instead hex code.

Text Font Color

.myTextColor { color: #70E5CF; }

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

This text font color is #70E5CF.


Background Color

.myBgColor { background-color: #70E5CF; }

<div style="background-color:#70E5CF">Inner text</div>

This div background color is #70E5CF.


Border color

.myBorderColor { border: 1px solid #70E5CF; }

<div style="border:3px solid #70E5CF">Div</div>

This div border color is #70E5CF.


Opacity

.myOpacity80 { color: #70E5CF; opacity: 0.8; }

<p style="color:#70E5CF;opacity:0.8;">80%</p>

Text with #70E5CF 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 #70E5CF;}

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

This text has shadow with #70E5CF color.

.textShadow {text-shadow: 3px 3px 1px #70E5CF, 3px 3px 1px red;}

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

This text has shadow with #70E5CF primary color and red secondary color.


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

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

This text has shadow with #70E5CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70E5CF on black background.


Color preview on white background

This text has color #70E5CF on white background.



Black color preview on #70E5CF background

This text has black color on #70E5CF background.


White color preview on #70E5CF background

This text has white color on #70E5CF background.