COLOR #40CED3

HEX: #40CED3
RGB: (64,206,211)

Color info

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

RGB color model

#40CED3 color RGB value is (64,206,211).

  • red value is 64;
  • green value is 206;
  • blue value is 211.
RGB:
(64,206,211)
(25%,81%,83%)

RGB channels and saturation

R 64 of 255 = 25%
G 206 of 255 = 81%
B 211 of 255 = 83%

64
206
211

R + G + B ~ 63%. #40CED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
64 + 206 + 211 = 481 (100%)
R 64 of 481 ~ 13.31%
G 206 of 481 ~ 42.83%
B 211 of 481 ~ 43.87%

%13.31
%42.83
%43.87

CMYK color model

#40CED3 color CMYK value is (70,2,0,17).

  • cyan value is 69.67%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(70,2,0,17)
C70M2Y0K17 
(70%,2%,0%,17%)
(0.70/0.02/0.00/0.17)	

CMYK percentages

%69.67
%2.37
%0
%17.25

Codes

Color #40CED3 in popluar color models

40CED3
RGB64206211
HSL182°62.55%53.92%
HSB/HSV182°69.67%82.75%
CMYK69.67%2.37%0.00%
17.25%

Color #40CED3 in popluar number systems.

HEX40CED3
Decimal64206211
Binary10000001100111011010011
Octal100316323

Shades and tints

Shades of #40CED3

#40CED3
(64,206,211)
#3BBCC0
(59,188,192)
#36AAAD
(54,170,173)
#31989A
(49,152,154)
#2C8687
(44,134,135)
#277474
(39,116,116)
#226261
(34,98,97)
#1D504E
(29,80,78)
#183E3B
(24,62,59)
#132C28
(19,44,40)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #40CED3

#40CED3
(64,206,211)
#51D2D7
(81,210,215)
#62D6DB
(98,214,219)
#73DADF
(115,218,223)
#84DEE3
(132,222,227)
#95E2E7
(149,226,231)
#A6E6EB
(166,230,235)
#B7EAEF
(183,234,239)
#C8EEF3
(200,238,243)
#D9F2F7
(217,242,247)
#EAF6FB
(234,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40CED3 color. Also use rgb(64,206,211) instead hex code.

Text Font Color

.myTextColor { color: #40CED3; }

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

This text font color is #40CED3.


Background Color

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

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

This div background color is #40CED3.


Border color

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

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

This div border color is #40CED3.


Opacity

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

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

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

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

This text has shadow with #40CED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40CED3 on black background.


Color preview on white background

This text has color #40CED3 on white background.



Black color preview on #40CED3 background

This text has black color on #40CED3 background.


White color preview on #40CED3 background

This text has white color on #40CED3 background.