COLOR #4CEBF0

HEX: #4CEBF0
RGB: (76,235,240)

Color info

#4CEBF0 contains mainly green and blue colors. Web safe color of #4CEBF0 is #33FFFF (or #3FF).

RGB color model

#4CEBF0 color RGB value is (76,235,240).

  • red value is 76;
  • green value is 235;
  • blue value is 240.
RGB:
(76,235,240)
(30%,92%,94%)

RGB channels and saturation

R 76 of 255 = 30%
G 235 of 255 = 92%
B 240 of 255 = 94%

76
235
240

R + G + B ~ 72%. #4CEBF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 235 + 240 = 551 (100%)
R 76 of 551 ~ 13.79%
G 235 of 551 ~ 42.65%
B 240 of 551 ~ 43.56%

%13.79
%42.65
%43.56

CMYK color model

#4CEBF0 color CMYK value is (68,2,0,6).

  • cyan value is 68.33%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(68,2,0,6)
C68M2Y0K6 
(68%,2%,0%,6%)
(0.68/0.02/0.00/0.06)	

CMYK percentages

%68.33
%2.08
%0
%5.88

Codes

Color #4CEBF0 in popluar color models

4CEBF0
RGB76235240
HSL182°84.54%61.96%
HSB/HSV182°68.33%94.12%
CMYK68.33%2.08%0.00%
5.88%

Color #4CEBF0 in popluar number systems.

HEX4CEBF0
Decimal76235240
Binary10011001110101111110000
Octal114353360

Shades and tints

Shades of #4CEBF0

#4CEBF0
(76,235,240)
#46D6DB
(70,214,219)
#40C1C6
(64,193,198)
#3AACB1
(58,172,177)
#34979C
(52,151,156)
#2E8287
(46,130,135)
#286D72
(40,109,114)
#22585D
(34,88,93)
#1C4348
(28,67,72)
#162E33
(22,46,51)
#10191E
(16,25,30)
#000000
(0,0,0)

Tints of #4CEBF0

#4CEBF0
(76,235,240)
#5CECF1
(92,236,241)
#6CEDF2
(108,237,242)
#7CEEF3
(124,238,243)
#8CEFF4
(140,239,244)
#9CF0F5
(156,240,245)
#ACF1F6
(172,241,246)
#BCF2F7
(188,242,247)
#CCF3F8
(204,243,248)
#DCF4F9
(220,244,249)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CEBF0 color. Also use rgb(76,235,240) instead hex code.

Text Font Color

.myTextColor { color: #4CEBF0; }

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

This text font color is #4CEBF0.


Background Color

.myBgColor { background-color: #4CEBF0; }

<div style="background-color:#4CEBF0">Inner text</div>

This div background color is #4CEBF0.


Border color

.myBorderColor { border: 1px solid #4CEBF0; }

<div style="border:3px solid #4CEBF0">Div</div>

This div border color is #4CEBF0.


Opacity

.myOpacity80 { color: #4CEBF0; opacity: 0.8; }

<p style="color:#4CEBF0;opacity:0.8;">80%</p>

Text with #4CEBF0 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 #4CEBF0;}

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

This text has shadow with #4CEBF0 color.

.textShadow {text-shadow: 3px 3px 1px #4CEBF0, 3px 3px 1px red;}

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

This text has shadow with #4CEBF0 primary color and red secondary color.


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

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

This text has shadow with #4CEBF0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CEBF0 on black background.


Color preview on white background

This text has color #4CEBF0 on white background.



Black color preview on #4CEBF0 background

This text has black color on #4CEBF0 background.


White color preview on #4CEBF0 background

This text has white color on #4CEBF0 background.