COLOR #00FFEF

HEX: #00FFEF
RGB: (0,255,239)

Color info

#00FFEF contains only green and blue colors. Web safe color of #00FFEF is #00FFFF (or #0FF).

RGB color model

#00FFEF color RGB value is (0,255,239).

  • red value is 0;
  • green value is 255;
  • blue value is 239.
RGB:
(0,255,239)
(0%,100%,94%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 239 of 255 = 94%

0
255
239

R + G + B ~ 65%. #00FFEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
0 + 255 + 239 = 494 (100%)
R 0 of 494 ~ 0%
G 255 of 494 ~ 51.62%
B 239 of 494 ~ 48.38%

%51.62
%48.38

CMYK color model

#00FFEF color CMYK value is (100,0,6,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(100,0,6,0)
C100M0Y6K0 
(100%,0%,6%,0%)
(1.00/0.00/0.06/0.00)	

CMYK percentages

%100
%0
%6.27
%0

Codes

Color #00FFEF in popluar color models

00FFEF
RGB0255239
HSL176°100.00%50.00%
HSB/HSV176°100.00%100.00%
CMYK100.00%0.00%6.27%
0.00%

Color #00FFEF in popluar number systems.

HEX00FFEF
Decimal0255239
Binary01111111111101111
Octal0377357

Shades and tints

Shades of #00FFEF

#00FFEF
(0,255,239)
#00E8DA
(0,232,218)
#00D1C5
(0,209,197)
#00BAB0
(0,186,176)
#00A39B
(0,163,155)
#008C86
(0,140,134)
#007571
(0,117,113)
#005E5C
(0,94,92)
#004747
(0,71,71)
#003032
(0,48,50)
#00191D
(0,25,29)
#000000
(0,0,0)

Tints of #00FFEF

#00FFEF
(0,255,239)
#17FFF0
(23,255,240)
#2EFFF1
(46,255,241)
#45FFF2
(69,255,242)
#5CFFF3
(92,255,243)
#73FFF4
(115,255,244)
#8AFFF5
(138,255,245)
#A1FFF6
(161,255,246)
#B8FFF7
(184,255,247)
#CFFFF8
(207,255,248)
#E6FFF9
(230,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FFEF color. Also use rgb(0,255,239) instead hex code.

Text Font Color

.myTextColor { color: #00FFEF; }

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

This text font color is #00FFEF.


Background Color

.myBgColor { background-color: #00FFEF; }

<div style="background-color:#00FFEF">Inner text</div>

This div background color is #00FFEF.


Border color

.myBorderColor { border: 1px solid #00FFEF; }

<div style="border:3px solid #00FFEF">Div</div>

This div border color is #00FFEF.


Opacity

.myOpacity80 { color: #00FFEF; opacity: 0.8; }

<p style="color:#00FFEF;opacity:0.8;">80%</p>

Text with #00FFEF 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 #00FFEF;}

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

This text has shadow with #00FFEF color.

.textShadow {text-shadow: 3px 3px 1px #00FFEF, 3px 3px 1px red;}

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

This text has shadow with #00FFEF primary color and red secondary color.


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

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

This text has shadow with #00FFEF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FFEF on black background.


Color preview on white background

This text has color #00FFEF on white background.



Black color preview on #00FFEF background

This text has black color on #00FFEF background.


White color preview on #00FFEF background

This text has white color on #00FFEF background.