COLOR #4CF0F0

HEX: #4CF0F0 RGB: (76,240,240)

Color info

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

RGB color model

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

RGB: (76,240,240) (30%, 94%, 94%)

RGB channels and saturation

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

76
240
240

R + G + B ~ 73%. #4CF0F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 76 + 240 + 240 = 556 (100%)
R 76 of 556 ~ 13.67%
G 240 of 556 ~ 43.17%
B 240 of 556 ~ 43.17'%

%13.67
%43.17
%43.17

CMYK color model

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

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (68,0,0,6)
C68M0Y0K6 (68%, 0%, 0%, 6%)
(0.68 / 0.00 / 0.00 / 0.06)

CMYK percentages

%68.33
%0
%0
%5.88

Codes

Color #4CF0F0 in popluar color models

4C F0 F0
RGB 76 240 240
HSL 180° 84.54% 61.96%
HSB/HSV 180° 68.33% 94.12%
CMYK 68.33% 0.00% 0.00%
5.88%

Color #4CF0F0 in popluar number systems.

HEX 4C F0 F0
Decimal 76 240 240
Binary 1001100 11110000 11110000
Octal 114 360 360

Shades and tints

Shades of #4CF0F0

#4CF0F0
(76,240,240)
#46DBDB
(70,219,219)
#40C6C6
(64,198,198)
#3AB1B1
(58,177,177)
#349C9C
(52,156,156)
#2E8787
(46,135,135)
#287272
(40,114,114)
#225D5D
(34,93,93)
#1C4848
(28,72,72)
#163333
(22,51,51)
#101E1E
(16,30,30)
#000000
(0,0,0)

Tints of #4CF0F0

#4CF0F0
(76,240,240)
#5CF1F1
(92,241,241)
#6CF2F2
(108,242,242)
#7CF3F3
(124,243,243)
#8CF4F4
(140,244,244)
#9CF5F5
(156,245,245)
#ACF6F6
(172,246,246)
#BCF7F7
(188,247,247)
#CCF8F8
(204,248,248)
#DCF9F9
(220,249,249)
#ECFAFA
(236,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CF0F0; }

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

This text font color is #4CF0F0.

Background Color

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

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

This div background color is #4CF0F0.

Border color

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

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

This div border color is #4CF0F0.

Opacity

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

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

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

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

This text has shadow with #4CF0F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CF0F0.

Preview

Color preview on black background

This text has color #4CF0F0 on black background.


Color preview on white background

This text has color #4CF0F0 on white background.


Black color preview on #4CF0F0 background

This text has black color on #4CF0F0 background.


White color preview on #4CF0F0 background

This text has white color on #4CF0F0 background.


Related colors

Complementary color

Complementary color for #hex is #B30F0F.


I love getcolorcode.com