COLOR #40C3D4

HEX: #40C3D4
RGB: (64,195,212)

Color info

#40C3D4 contains mainly green and blue colors. Web safe color of #40C3D4 is #33CCCC (or #3CC).

RGB color model

#40C3D4 color RGB value is (64,195,212).

  • red value is 64;
  • green value is 195;
  • blue value is 212.
RGB:
(64,195,212)
(25%,76%,83%)

RGB channels and saturation

R 64 of 255 = 25%
G 195 of 255 = 76%
B 212 of 255 = 83%

64
195
212

R + G + B ~ 61%. #40C3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
64 + 195 + 212 = 471 (100%)
R 64 of 471 ~ 13.59%
G 195 of 471 ~ 41.4%
B 212 of 471 ~ 45.01%

%13.59
%41.4
%45.01

CMYK color model

#40C3D4 color CMYK value is (70,8,0,17).

  • cyan value is 69.81%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(70,8,0,17)
C70M8Y0K17 
(70%,8%,0%,17%)
(0.70/0.08/0.00/0.17)	

CMYK percentages

%69.81
%8.02
%0
%16.86

Codes

Color #40C3D4 in popluar color models

40C3D4
RGB64195212
HSL187°63.25%54.12%
HSB/HSV187°69.81%83.14%
CMYK69.81%8.02%0.00%
16.86%

Color #40C3D4 in popluar number systems.

HEX40C3D4
Decimal64195212
Binary10000001100001111010100
Octal100303324

Shades and tints

Shades of #40C3D4

#40C3D4
(64,195,212)
#3BB2C1
(59,178,193)
#36A1AE
(54,161,174)
#31909B
(49,144,155)
#2C7F88
(44,127,136)
#276E75
(39,110,117)
#225D62
(34,93,98)
#1D4C4F
(29,76,79)
#183B3C
(24,59,60)
#132A29
(19,42,41)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #40C3D4

#40C3D4
(64,195,212)
#51C8D7
(81,200,215)
#62CDDA
(98,205,218)
#73D2DD
(115,210,221)
#84D7E0
(132,215,224)
#95DCE3
(149,220,227)
#A6E1E6
(166,225,230)
#B7E6E9
(183,230,233)
#C8EBEC
(200,235,236)
#D9F0EF
(217,240,239)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40C3D4 color. Also use rgb(64,195,212) instead hex code.

Text Font Color

.myTextColor { color: #40C3D4; }

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

This text font color is #40C3D4.


Background Color

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

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

This div background color is #40C3D4.


Border color

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

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

This div border color is #40C3D4.


Opacity

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

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

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

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

This text has shadow with #40C3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40C3D4 on black background.


Color preview on white background

This text has color #40C3D4 on white background.



Black color preview on #40C3D4 background

This text has black color on #40C3D4 background.


White color preview on #40C3D4 background

This text has white color on #40C3D4 background.