Color Hex Logo

#00ffef Color Hex Turquoise Blue

#00FFEF
(0,255,239)
10 Favorites   0 Comments

Color spaces of #00ffef Turquoise Blue

RGB 0255239
HSL0.491.000.50
HSV176°100°100°
CMYK 1.000.000.06   0.00
XYZ51.340077.752093.9631
Yxy77.75200.23020.3486
Hunter Lab88.1771-50.3805-1.4565
CIE-Lab90.6666-52.5686-6.5047

#00ffef color RGB value is (0,255,239). #00ffef color name is Turquoise Blue color.

#00ffef hex color red value is 0, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #00ffef hue: 0.49 , saturation: 1.00 and the lightness value of 00ffef is 0.50.

The process color (four color CMYK) of #00ffef color hex is 1.00, 0.00, 0.06, 0.00. Web safe color of #00ffef is #00ffff. Color #00ffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111111 11101111
Octal 0 377 357
Decimal 0 255 239
Hex 0 FF EF

RGB Percentages of Color #00ffef

%0.00
%51.62
%48.38

CMYK Percentages of Color #00ffef

%100
%0
%6
%0

Triadic Colors of #00ffef

#00ffef #ef00ff #ffef00

Analogous Colors of #00ffef

#00ffef #0090ff #00ff70

Monochromatic Colors of #00ffef

#00ffef

Complementary Color

#00ffef #ff0010

#00ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ffef Color CSS Codes

.mybgcolor {background-color:#00ffef; } 
.myforecolor {color:#00ffef; }
.mybordercolor {border:3px solid #00ffef; }

#00ffef Text Font Color

<p style="color:#00ffef">Text here</p>

This sample text font color is #00ffef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00ffef Background Color

<div style="background-color:#00ffef">
Div content here</div>

This div background color is #00ffef


#00ffef Border Color

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

This div border color is #00ffef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,255,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00ffef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00ffef;
  -webkit-box-shadow: 1px 1px 3px 2px #00ffef;
  box-shadow:         1px 1px 3px 2px #00ffef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,255,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00ffef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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

Related Colors


Comments

No comments written yet.

Please login to write comment.