Skip to main content Skip to docs navigation

#00efef hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Cold Light of Day and its hex is #00EEEE Nearest Color Name

Color Hue/Base color: Blue

Hex #00efef Color code in RGB color code model is created after adding 0% red color, 93.73% green color and 93.73% blue color. Hex #00efef Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 0% yellow and 6.27% black.

Hex #00efef color code is between #00eeee web safe hex color code and #00ffff web safe hex color code. #00eeee is the nearest web safe color code. You can see here many more shades of #00efef color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 00efef #00efef
RGB Decimal 0, 239, 239 0, 239, 239
RGB Percent 0%, 94%, 94% rgb(0%, 94%, 94%)
CSS RGBa 0, 239, 239,1 rgba(0,239,239,1)
CMYK Model cmyk(100%,0%,0%,6.27%)
HSL Color Space 180,100% ,47% hsl(180,100% ,47%)
HSV Color Space 180°, 100%, 94%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 11101111 11101111
Octal 0 357 357
Decimal 0 239 239
Hex 00 ef ef

Different shades of #00efef color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #00efef
#005656
Darker of #00efef
#008989
Dark of #00efef
#00bcbc
Base of #00efef
#00efef
Light of #00efef
#23ffff
Lighter
#56ffff
Lightest
#89ffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#00efef
#ef0000

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#00efef
#ef0077
#ef7700

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#00ef64
#00ef8b
#00efef
#009fef
#003cef

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#00efef
#efef00
#ef00ef

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#00efef
#ef00ef
#ef0000
#00ef00

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#00efef
#7700ef
#ef0000
#77ef00

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #00efef

#002323
#005656
#008989
#00bcbc
#00efef
#23ffff
#56ffff
#89ffff
#bcffff

Tints of #00efef Color

#00efef
#1cf0f0
#38f2f2
#55f4f4
#71f6f6
#8df7f7
#aaf9f9
#c6fbfb
#e2fdfd
#ffffff

Shades of #00efef color code

Generate more color scales with scales (color stack) generator.

#00efef
#00d4d4
#00b9b9
#009f9f
#008484
#006a6a
#004f4f
#003535
#001a1a
#000000

Tones

#00efef
#18d7d7
#30bfbf
#48a7a7
#608f8f

Tones

Similar Color like #00efef color

Find visually similar hex color codes nearing to #00efef hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#01f0f0
#02f1f1
#03f2f2
#04f3f3
#05f4f4
#06f5f5
#07f6f6
#08f7f7
#09f8f8
#0af9f9
#0bfafa
#0cfbfb
#0dfcfc
#0efdfd
#00eeee
#00eded
#00ecec
#00ebeb
#00eaea
#00e9e9
#00e8e8
#00e7e7
#00e6e6
#00e5e5
#00e4e4
#00e3e3
#00e2e2
#00e1e1

Download this Dark Blue

Hex #00efef Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#00efef Color Code Preview on Black Background Color

This is how #00efef Color will look on black background color. Color contrast ratio is 14.59

#00efef in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#00efef">Your Example Paragraph content text in with font color #00efef </p>

Your Example Paragraph content text in with font color #00efef

HTML with inline CSS

<div style="color:#00efef">Your Paragraph text in with font color #00efef </div>

Your Example Paragraph content text in with font color #00efef

#00efef color code is use for CSS Background Color

Background color for the above div is #00efef

HTML with inline CSS

<div style="background-color:#00efef;"></div>

#00efef color code is use for CSS Border Color

CSS Border color for the above div is #00efef

HTML with inline CSS

<div style="border:5px solid #00efef;"></div>

CSS Border Left color for the above div is #00efef

HTML with inline CSS

<div style="border-left:5px solid #00efef;"></div>

CSS Border Right color for the above div is #00efef

HTML with inline CSS

<div style="border-right:5px solid #00efef;"></div>

CSS Border Bottom color for the above div is #00efef

HTML with inline CSS

<div style="border-bottom:5px solid #00efef;"></div>

CSS Border Top color for the above div is #00efef

HTML with inline CSS

<div style="border-top:5px solid #00efef;"></div>

#00efef hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#00efef; } .examplecolorclass {color:#00efef; } .examplebordercolor {border:3px solid #00efef; }

#00efef Color code Preview on White Background

This is how #00efef Color code will look on white background color. Color contrast ratio is 1.44

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #00efef; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #00efef; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(0,239,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,0,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,239,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }