COLOR #48D1CC

HEX: #48D1CC
RGB: (72,209,204)

Color info

Color name is MediumTurquoise. #48D1CC contains mainly green and blue colors. Web safe color of #48D1CC is #33CCCC (or #3CC).

RGB color model

#48D1CC color RGB value is (72,209,204).

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

RGB channels and saturation

R 72 of 255 = 28%
G 209 of 255 = 82%
B 204 of 255 = 80%

72
209
204

R + G + B ~ 63%. #48D1CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 209 + 204 = 485 (100%)
R 72 of 485 ~ 14.85%
G 209 of 485 ~ 43.09%
B 204 of 485 ~ 42.06%

%14.85
%43.09
%42.06

CMYK color model

#48D1CC color CMYK value is (66,0,2,18).

  • cyan value is 65.55%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 18.04%
CMYK:
(66,0,2,18)
C66M0Y2K18 
(66%,0%,2%,18%)
(0.66/0.00/0.02/0.18)	

CMYK percentages

%65.55
%0
%2.39
%18.04

Codes

Color #48D1CC in popluar color models

48D1CC
RGB72209204
HSL178°59.83%55.10%
HSB/HSV178°65.55%81.96%
CMYK65.55%0.00%2.39%
18.04%

Color #48D1CC in popluar number systems.

HEX48D1CC
Decimal72209204
Binary10010001101000111001100
Octal110321314

Shades and tints

Shades of #48D1CC

#48D1CC
(72,209,204)
#42BEBA
(66,190,186)
#3CABA8
(60,171,168)
#369896
(54,152,150)
#308584
(48,133,132)
#2A7272
(42,114,114)
#245F60
(36,95,96)
#1E4C4E
(30,76,78)
#18393C
(24,57,60)
#12262A
(18,38,42)
#0C1318
(12,19,24)
#000000
(0,0,0)

Tints of #48D1CC

#48D1CC
(72,209,204)
#58D5D0
(88,213,208)
#68D9D4
(104,217,212)
#78DDD8
(120,221,216)
#88E1DC
(136,225,220)
#98E5E0
(152,229,224)
#A8E9E4
(168,233,228)
#B8EDE8
(184,237,232)
#C8F1EC
(200,241,236)
#D8F5F0
(216,245,240)
#E8F9F4
(232,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D1CC color. Also use rgb(72,209,204) instead hex code.

Text Font Color

.myTextColor { color: #48D1CC; }

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

This text font color is #48D1CC.


Background Color

.myBgColor { background-color: #48D1CC; }

<div style="background-color:#48D1CC">Inner text</div>

This div background color is #48D1CC.


Border color

.myBorderColor { border: 1px solid #48D1CC; }

<div style="border:3px solid #48D1CC">Div</div>

This div border color is #48D1CC.


Opacity

.myOpacity80 { color: #48D1CC; opacity: 0.8; }

<p style="color:#48D1CC;opacity:0.8;">80%</p>

Text with #48D1CC 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 #48D1CC;}

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

This text has shadow with #48D1CC color.

.textShadow {text-shadow: 3px 3px 1px #48D1CC, 3px 3px 1px red;}

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

This text has shadow with #48D1CC primary color and red secondary color.


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

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

This text has shadow with #48D1CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48D1CC on black background.


Color preview on white background

This text has color #48D1CC on white background.



Black color preview on #48D1CC background

This text has black color on #48D1CC background.


White color preview on #48D1CC background

This text has white color on #48D1CC background.