COLOR #40BBCB

HEX: #40BBCB RGB: (64,187,203)

Color info

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

RGB color model

#40BBCB color RGB value is (64,187,203).

RGB: (64,187,203) (25%, 73%, 80%)

RGB channels and saturation

R 64 of 255 = 25%
G 187 of 255 = 73%
B 203 of 255 = 80%

64
187
203

R + G + B ~ 59%. #40BBCB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 187 + 203 = 454 (100%)
R 64 of 454 ~ 14.1%
G 187 of 454 ~ 41.19%
B 203 of 454 ~ 44.71'%

%14.1
%41.19
%44.71

CMYK color model

#40BBCB color CMYK value is (68,8,0,20).

  • cyan value is 68.47%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (68,8,0,20)
C68M8Y0K20 (68%, 8%, 0%, 20%)
(0.68 / 0.08 / 0.00 / 0.20)

CMYK percentages

%68.47
%7.88
%0
%20.39

Codes

Color #40BBCB in popluar color models

40 BB CB
RGB 64 187 203
HSL 187° 57.20% 52.35%
HSB/HSV 187° 68.47% 79.61%
CMYK 68.47% 7.88% 0.00%
20.39%

Color #40BBCB in popluar number systems.

HEX 40 BB CB
Decimal 64 187 203
Binary 1000000 10111011 11001011
Octal 100 273 313

Shades and tints

Shades of #40BBCB

#40BBCB
(64,187,203)
#3BAAB9
(59,170,185)
#3699A7
(54,153,167)
#318895
(49,136,149)
#2C7783
(44,119,131)
#276671
(39,102,113)
#22555F
(34,85,95)
#1D444D
(29,68,77)
#18333B
(24,51,59)
#132229
(19,34,41)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #40BBCB

#40BBCB
(64,187,203)
#51C1CF
(81,193,207)
#62C7D3
(98,199,211)
#73CDD7
(115,205,215)
#84D3DB
(132,211,219)
#95D9DF
(149,217,223)
#A6DFE3
(166,223,227)
#B7E5E7
(183,229,231)
#C8EBEB
(200,235,235)
#D9F1EF
(217,241,239)
#EAF7F3
(234,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40BBCB color. Also use rgb(64,187,203) instead hex code.

Text Font Color

.myTextColor { color: #40BBCB; }

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

This text font color is #40BBCB.

Background Color

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

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

This div background color is #40BBCB.

Border color

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

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

This div border color is #40BBCB.

Opacity

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

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

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

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

This text has shadow with #40BBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40BBCB.

Preview

Color preview on black background

This text has color #40BBCB on black background.


Color preview on white background

This text has color #40BBCB on white background.


Black color preview on #40BBCB background

This text has black color on #40BBCB background.


White color preview on #40BBCB background

This text has white color on #40BBCB background.


Related colors

Complementary color

Complementary color for #hex is #BF4434.


I love getcolorcode.com

Triadic colors

1 #CB40BB and #BBCB40 with #40BBCB are triadic colors.

2 #CBBB40 and #BB40CB with #40BBCB are triadic colors.