COLOR #40CCD1

HEX: #40CCD1
RGB: (64,204,209)

Color info

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

RGB color model

#40CCD1 color RGB value is (64,204,209).

  • red value is 64;
  • green value is 204;
  • blue value is 209.
RGB:
(64,204,209)
(25%,80%,82%)

RGB channels and saturation

R 64 of 255 = 25%
G 204 of 255 = 80%
B 209 of 255 = 82%

64
204
209

R + G + B ~ 62%. #40CCD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
64 + 204 + 209 = 477 (100%)
R 64 of 477 ~ 13.42%
G 204 of 477 ~ 42.77%
B 209 of 477 ~ 43.82%

%13.42
%42.77
%43.82

CMYK color model

#40CCD1 color CMYK value is (69,2,0,18).

  • cyan value is 69.38%
  • magenta value is 2.39%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(69,2,0,18)
C69M2Y0K18 
(69%,2%,0%,18%)
(0.69/0.02/0.00/0.18)	

CMYK percentages

%69.38
%2.39
%0
%18.04

Codes

Color #40CCD1 in popluar color models

40CCD1
RGB64204209
HSL182°61.18%53.53%
HSB/HSV182°69.38%81.96%
CMYK69.38%2.39%0.00%
18.04%

Color #40CCD1 in popluar number systems.

HEX40CCD1
Decimal64204209
Binary10000001100110011010001
Octal100314321

Shades and tints

Shades of #40CCD1

#40CCD1
(64,204,209)
#3BBABE
(59,186,190)
#36A8AB
(54,168,171)
#319698
(49,150,152)
#2C8485
(44,132,133)
#277272
(39,114,114)
#22605F
(34,96,95)
#1D4E4C
(29,78,76)
#183C39
(24,60,57)
#132A26
(19,42,38)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #40CCD1

#40CCD1
(64,204,209)
#51D0D5
(81,208,213)
#62D4D9
(98,212,217)
#73D8DD
(115,216,221)
#84DCE1
(132,220,225)
#95E0E5
(149,224,229)
#A6E4E9
(166,228,233)
#B7E8ED
(183,232,237)
#C8ECF1
(200,236,241)
#D9F0F5
(217,240,245)
#EAF4F9
(234,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40CCD1 color. Also use rgb(64,204,209) instead hex code.

Text Font Color

.myTextColor { color: #40CCD1; }

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

This text font color is #40CCD1.


Background Color

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

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

This div background color is #40CCD1.


Border color

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

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

This div border color is #40CCD1.


Opacity

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

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

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

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

This text has shadow with #40CCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40CCD1 on black background.


Color preview on white background

This text has color #40CCD1 on white background.



Black color preview on #40CCD1 background

This text has black color on #40CCD1 background.


White color preview on #40CCD1 background

This text has white color on #40CCD1 background.