COLOR #48E1DF

HEX: #48E1DF
RGB: (72,225,223)

Renk bilgisi

#48E1DF contains mainly green and blue colors. #48E1DF ‘ nin web güvenlik rengi #33CCCC (ya da #3CC) dir.

RGB renk modeli

#48E1DF color RGB value is (72,225,223).

  • kırmız ton 72;
  • yeşil ton 225;
  • mavi ton 223.
RGB:
(72,225,223)
(28%,88%,87%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 225 of 255 = 88%
B 223 of 255 = 87%

72
225
223

R + G + B ~ 68%. #48E1DF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 225 + 223 = 520 (100%)
R 72 of 520 ~ 13.85%
G 225 of 520 ~ 43.27%
B 223 of 520 ~ 42.88%

%13.85
%43.27
%42.88

CMYK RENK MODELİ

#48E1DF rengi CMYK tonu (68,0,1,12).

  • camgöbeği tonu 68.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.89%
  • ana renk tonu 11.76%
CMYK:
(68,0,1,12)
C68M0Y1K12 
(68%,0%,1%,12%)
(0.68/0.00/0.01/0.12)	

CMYK yüzdeleri

%68
%0
%0.89
%11.76

Codes

Color #48E1DF in popluar color models

48E1DF
RGB72225223
HSL179°71.83%58.24%
HSB/HSV179°68.00%88.24%
CMYK68.00%0.00%0.89%
11.76%

Color #48E1DF in popluar number systems.

HEX48E1DF
Decimal72225223
Binary10010001110000111011111
Octal110341337

Shades and tints

Shades of #48E1DF

#48E1DF
(72,225,223)
#42CDCB
(66,205,203)
#3CB9B7
(60,185,183)
#36A5A3
(54,165,163)
#30918F
(48,145,143)
#2A7D7B
(42,125,123)
#246967
(36,105,103)
#1E5553
(30,85,83)
#18413F
(24,65,63)
#122D2B
(18,45,43)
#0C1917
(12,25,23)
#000000
(0,0,0)

Tints of #48E1DF

#48E1DF
(72,225,223)
#58E3E1
(88,227,225)
#68E5E3
(104,229,227)
#78E7E5
(120,231,229)
#88E9E7
(136,233,231)
#98EBE9
(152,235,233)
#A8EDEB
(168,237,235)
#B8EFED
(184,239,237)
#C8F1EF
(200,241,239)
#D8F3F1
(216,243,241)
#E8F5F3
(232,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E1DF color. Also use rgb(72,225,223) instead hex code.

Text Font Color

.myTextColor { color: #48E1DF; }

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

This text font color is #48E1DF.


Background Color

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

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

This div background color is #48E1DF.


Border color

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

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

This div border color is #48E1DF.


Opacity

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

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

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

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

This text has shadow with #48E1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E1DF on black background.


Color preview on white background

This text has color #48E1DF on white background.



Black color preview on #48E1DF background

This text has black color on #48E1DF background.


White color preview on #48E1DF background

This text has white color on #48E1DF background.