COLOR #24CCD7

HEX: #24CCD7
RGB: (36,204,215)

Color info

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

RGB color model

#24CCD7 color RGB value is (36,204,215).

  • red value is 36;
  • green value is 204;
  • blue value is 215.
RGB:
(36,204,215)
(14%,80%,84%)

RGB channels and saturation

R 36 of 255 = 14%
G 204 of 255 = 80%
B 215 of 255 = 84%

36
204
215

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

Portions of RGB colors in percentages

R + G + B =
36 + 204 + 215 = 455 (100%)
R 36 of 455 ~ 7.91%
G 204 of 455 ~ 44.84%
B 215 of 455 ~ 47.25%

%44.84
%47.25

CMYK color model

#24CCD7 color CMYK value is (83,5,0,16).

  • cyan value is 83.26%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(83,5,0,16)
C83M5Y0K16 
(83%,5%,0%,16%)
(0.83/0.05/0.00/0.16)	

CMYK percentages

%83.26
%5.12
%0
%15.69

Codes

Color #24CCD7 in popluar color models

24CCD7
RGB36204215
HSL184°71.31%49.22%
HSB/HSV184°83.26%84.31%
CMYK83.26%5.12%0.00%
15.69%

Color #24CCD7 in popluar number systems.

HEX24CCD7
Decimal36204215
Binary1001001100110011010111
Octal44314327

Shades and tints

Shades of #24CCD7

#24CCD7
(36,204,215)
#21BAC4
(33,186,196)
#1EA8B1
(30,168,177)
#1B969E
(27,150,158)
#18848B
(24,132,139)
#157278
(21,114,120)
#126065
(18,96,101)
#0F4E52
(15,78,82)
#0C3C3F
(12,60,63)
#092A2C
(9,42,44)
#061819
(6,24,25)
#000000
(0,0,0)

Tints of #24CCD7

#24CCD7
(36,204,215)
#37D0DA
(55,208,218)
#4AD4DD
(74,212,221)
#5DD8E0
(93,216,224)
#70DCE3
(112,220,227)
#83E0E6
(131,224,230)
#96E4E9
(150,228,233)
#A9E8EC
(169,232,236)
#BCECEF
(188,236,239)
#CFF0F2
(207,240,242)
#E2F4F5
(226,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24CCD7 color. Also use rgb(36,204,215) instead hex code.

Text Font Color

.myTextColor { color: #24CCD7; }

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

This text font color is #24CCD7.


Background Color

.myBgColor { background-color: #24CCD7; }

<div style="background-color:#24CCD7">Inner text</div>

This div background color is #24CCD7.


Border color

.myBorderColor { border: 1px solid #24CCD7; }

<div style="border:3px solid #24CCD7">Div</div>

This div border color is #24CCD7.


Opacity

.myOpacity80 { color: #24CCD7; opacity: 0.8; }

<p style="color:#24CCD7;opacity:0.8;">80%</p>

Text with #24CCD7 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 #24CCD7;}

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

This text has shadow with #24CCD7 color.

.textShadow {text-shadow: 3px 3px 1px #24CCD7, 3px 3px 1px red;}

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

This text has shadow with #24CCD7 primary color and red secondary color.


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

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

This text has shadow with #24CCD7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24CCD7 on black background.


Color preview on white background

This text has color #24CCD7 on white background.



Black color preview on #24CCD7 background

This text has black color on #24CCD7 background.


White color preview on #24CCD7 background

This text has white color on #24CCD7 background.