COLOR #00EEF1

HEX: #00EEF1
RGB: (0,238,241)

Renk bilgisi

#00EEF1 contains only green and blue colors. #00EEF1 ‘ nin web güvenlik rengi #00FFFF (ya da #0FF) dir.

RGB renk modeli

#00EEF1 color RGB value is (0,238,241).

  • kırmız ton 0;
  • yeşil ton 238;
  • mavi ton 241.
RGB:
(0,238,241)
(0%,93%,95%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 238 of 255 = 93%
B 241 of 255 = 95%

0
238
241

R + G + B ~ 63%. #00EEF1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 238 + 241 = 479 (100%)
R 0 of 479 ~ 0%
G 238 of 479 ~ 49.69%
B 241 of 479 ~ 50.31%

%49.69
%50.31

CMYK RENK MODELİ

#00EEF1 rengi CMYK tonu (100,1,0,5).

  • camgöbeği tonu 100.00%
  • eflatun tonu 1.24%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(100,1,0,5)
C100M1Y0K5 
(100%,1%,0%,5%)
(1.00/0.01/0.00/0.05)	

CMYK yüzdeleri

%100
%1.24
%0
%5.49

Codes

Color #00EEF1 in popluar color models

00EEF1
RGB0238241
HSL181°100.00%47.25%
HSB/HSV181°100.00%94.51%
CMYK100.00%1.24%0.00%
5.49%

Color #00EEF1 in popluar number systems.

HEX00EEF1
Decimal0238241
Binary01110111011110001
Octal0356361

Shades and tints

Shades of #00EEF1

#00EEF1
(0,238,241)
#00D9DC
(0,217,220)
#00C4C7
(0,196,199)
#00AFB2
(0,175,178)
#009A9D
(0,154,157)
#008588
(0,133,136)
#007073
(0,112,115)
#005B5E
(0,91,94)
#004649
(0,70,73)
#003134
(0,49,52)
#001C1F
(0,28,31)
#000000
(0,0,0)

Tints of #00EEF1

#00EEF1
(0,238,241)
#17EFF2
(23,239,242)
#2EF0F3
(46,240,243)
#45F1F4
(69,241,244)
#5CF2F5
(92,242,245)
#73F3F6
(115,243,246)
#8AF4F7
(138,244,247)
#A1F5F8
(161,245,248)
#B8F6F9
(184,246,249)
#CFF7FA
(207,247,250)
#E6F8FB
(230,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00EEF1 color. Also use rgb(0,238,241) instead hex code.

Text Font Color

.myTextColor { color: #00EEF1; }

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

This text font color is #00EEF1.


Background Color

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

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

This div background color is #00EEF1.


Border color

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

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

This div border color is #00EEF1.


Opacity

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

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

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

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

This text has shadow with #00EEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00EEF1 on black background.


Color preview on white background

This text has color #00EEF1 on white background.



Black color preview on #00EEF1 background

This text has black color on #00EEF1 background.


White color preview on #00EEF1 background

This text has white color on #00EEF1 background.