COLOR #40C4EE

HEX: #40C4EE
RGB: (64,196,238)

Color info

#40C4EE contains mainly green and blue colors. Web safe color of #40C4EE is #33CCFF (or #3CF).

RGB color model

#40C4EE color RGB value is (64,196,238).

  • red value is 64;
  • green value is 196;
  • blue value is 238.
RGB:
(64,196,238)
(25%,77%,93%)

RGB channels and saturation

R 64 of 255 = 25%
G 196 of 255 = 77%
B 238 of 255 = 93%

64
196
238

R + G + B ~ 65%. #40C4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
64 + 196 + 238 = 498 (100%)
R 64 of 498 ~ 12.85%
G 196 of 498 ~ 39.36%
B 238 of 498 ~ 47.79%

%12.85
%39.36
%47.79

CMYK color model

#40C4EE color CMYK value is (73,18,0,7).

  • cyan value is 73.11%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(73,18,0,7)
C73M18Y0K7 
(73%,18%,0%,7%)
(0.73/0.18/0.00/0.07)	

CMYK percentages

%73.11
%17.65
%0
%6.67

Codes

Color #40C4EE in popluar color models

40C4EE
RGB64196238
HSL194°83.65%59.22%
HSB/HSV194°73.11%93.33%
CMYK73.11%17.65%0.00%
6.67%

Color #40C4EE in popluar number systems.

HEX40C4EE
Decimal64196238
Binary10000001100010011101110
Octal100304356

Shades and tints

Shades of #40C4EE

#40C4EE
(64,196,238)
#3BB3D9
(59,179,217)
#36A2C4
(54,162,196)
#3191AF
(49,145,175)
#2C809A
(44,128,154)
#276F85
(39,111,133)
#225E70
(34,94,112)
#1D4D5B
(29,77,91)
#183C46
(24,60,70)
#132B31
(19,43,49)
#0E1A1C
(14,26,28)
#000000
(0,0,0)

Tints of #40C4EE

#40C4EE
(64,196,238)
#51C9EF
(81,201,239)
#62CEF0
(98,206,240)
#73D3F1
(115,211,241)
#84D8F2
(132,216,242)
#95DDF3
(149,221,243)
#A6E2F4
(166,226,244)
#B7E7F5
(183,231,245)
#C8ECF6
(200,236,246)
#D9F1F7
(217,241,247)
#EAF6F8
(234,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40C4EE color. Also use rgb(64,196,238) instead hex code.

Text Font Color

.myTextColor { color: #40C4EE; }

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

This text font color is #40C4EE.


Background Color

.myBgColor { background-color: #40C4EE; }

<div style="background-color:#40C4EE">Inner text</div>

This div background color is #40C4EE.


Border color

.myBorderColor { border: 1px solid #40C4EE; }

<div style="border:3px solid #40C4EE">Div</div>

This div border color is #40C4EE.


Opacity

.myOpacity80 { color: #40C4EE; opacity: 0.8; }

<p style="color:#40C4EE;opacity:0.8;">80%</p>

Text with #40C4EE 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 #40C4EE;}

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

This text has shadow with #40C4EE color.

.textShadow {text-shadow: 3px 3px 1px #40C4EE, 3px 3px 1px red;}

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

This text has shadow with #40C4EE primary color and red secondary color.


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

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

This text has shadow with #40C4EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40C4EE on black background.


Color preview on white background

This text has color #40C4EE on white background.



Black color preview on #40C4EE background

This text has black color on #40C4EE background.


White color preview on #40C4EE background

This text has white color on #40C4EE background.