COLOR #6EFCF0

HEX: #6EFCF0 RGB: (110,252,240)

Color info

#6EFCF0 contains mainly green and blue colors. Web safe color of #6EFCF0 is #66FFFF (or #6FF).

RGB color model

#6EFCF0 color RGB value is (110,252,240).

RGB: (110,252,240) (43%, 99%, 94%)

RGB channels and saturation

R 110 of 255 = 43%
G 252 of 255 = 99%
B 240 of 255 = 94%

110
252
240

R + G + B ~ 79%. #6EFCF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 252 + 240 = 602 (100%)
R 110 of 602 ~ 18.27%
G 252 of 602 ~ 41.86%
B 240 of 602 ~ 39.87'%

%18.27
%41.86
%39.87

CMYK color model

#6EFCF0 color CMYK value is (56,0,5,1).

  • cyan value is 56.35%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 1.18%

CMYK: (56,0,5,1)
C56M0Y5K1 (56%, 0%, 5%, 1%)
(0.56 / 0.00 / 0.05 / 0.01)

CMYK percentages

%56.35
%0
%4.76
%1.18

Codes

Color #6EFCF0 in popluar color models

6E FC F0
RGB 110 252 240
HSL 175° 95.95% 70.98%
HSB/HSV 175° 56.35% 98.82%
CMYK 56.35% 0.00% 4.76%
1.18%

Color #6EFCF0 in popluar number systems.

HEX 6E FC F0
Decimal 110 252 240
Binary 1101110 11111100 11110000
Octal 156 374 360

Shades and tints

Shades of #6EFCF0

#6EFCF0
(110,252,240)
#64E6DB
(100,230,219)
#5AD0C6
(90,208,198)
#50BAB1
(80,186,177)
#46A49C
(70,164,156)
#3C8E87
(60,142,135)
#327872
(50,120,114)
#28625D
(40,98,93)
#1E4C48
(30,76,72)
#143633
(20,54,51)
#0A201E
(10,32,30)
#000000
(0,0,0)

Tints of #6EFCF0

#6EFCF0
(110,252,240)
#7BFCF1
(123,252,241)
#88FCF2
(136,252,242)
#95FCF3
(149,252,243)
#A2FCF4
(162,252,244)
#AFFCF5
(175,252,245)
#BCFCF6
(188,252,246)
#C9FCF7
(201,252,247)
#D6FCF8
(214,252,248)
#E3FCF9
(227,252,249)
#F0FCFA
(240,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EFCF0 color. Also use rgb(110,252,240) instead hex code.

Text Font Color

.myTextColor { color: #6EFCF0; }

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

This text font color is #6EFCF0.

Background Color

.myBgColor { background-color: #6EFCF0; }

<div style="background-color:#6EFCF0">Inner text</div>

This div background color is #6EFCF0.

Border color

.myBorderColor { border: 1px solid #6EFCF0; }

<div style="border:3px solid #6EFCF0">Div</div>

This div border color is #6EFCF0.

Opacity

.myOpacity80 { color: #6EFCF0; opacity: 0.8; }

<p style="color:#6EFCF0;opacity:0.8;">80%</p>

Text with #6EFCF0 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 #6EFCF0;}

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

This text has shadow with #6EFCF0 color.


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

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

This text has shadow with #6EFCF0 primary color and red secondary color.


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

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

This text has shadow with #6EFCF0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6EFCF0.

Preview

Color preview on black background

This text has color #6EFCF0 on black background.


Color preview on white background

This text has color #6EFCF0 on white background.


Black color preview on #6EFCF0 background

This text has black color on #6EFCF0 background.


White color preview on #6EFCF0 background

This text has white color on #6EFCF0 background.


Related colors

Complementary color

Complementary color for #hex is #91030F.


I love getcolorcode.com

Triadic colors

1 #F06EFC and #FCF06E with #6EFCF0 are triadic colors.

2 #F0FC6E and #FC6EF0 with #6EFCF0 are triadic colors.