Skip to main content Skip to docs navigation

#00efdc 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 Frozen Boubble and its hex is #00EEDD Nearest Color Name

Color Hue/Base color: Blue

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

Hex #00efdc color code is between #00eedd web safe hex color code and #00ffcc web safe hex color code. #00eedd is the nearest web safe color code. You can see here many more shades of #00efdc color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 00000000 11101111 11011100
Octal 0 357 334
Decimal 0 239 220
Hex 00 ef dc

Different shades of #00efdc color code.

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

Darkest of #00efdc
#00564f
Darker of #00efdc
#00897e
Dark of #00efdc
#00bcad
Base of #00efdc
#00efdc
Light of #00efdc
#23ffee
Lighter
#56fff2
Lightest
#89fff6

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

#00efdc
#ef0013

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

Split Complementary

#00efdc
#ef008a
#ef6400

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

Analogous Color

#00ef51
#00ef78
#00efdc
#00b2ef
#004fef

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

#00efdc
#efdc00
#dc00ef

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

#00efdc
#dc00ef
#ef0013
#13ef00

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

#00efdc
#6400ef
#ef0013
#8aef00

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 #00efdc

#002320
#00564f
#00897e
#00bcad
#00efdc
#23ffee
#56fff2
#89fff6
#bcfffa

Tints of #00efdc Color

#00efdc
#1cf0df
#38f2e3
#55f4e7
#71f6eb
#8df7ef
#aaf9f3
#c6fbf7
#e2fdfb
#ffffff

Shades of #00efdc color code

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

#00efdc
#00d4c3
#00b9ab
#009f92
#00847a
#006a61
#004f49
#003530
#001a18
#000000

Tones

#00efdc
#18d7c8
#30bfb4
#48a7a0
#608f8c

Tones

Similar Color like #00efdc color

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

#01f0dd
#02f1de
#03f2df
#04f3e0
#05f4e1
#06f5e2
#07f6e3
#08f7e4
#09f8e5
#0af9e6
#0bfae7
#0cfbe8
#0dfce9
#0efdea
#00eedb
#00edda
#00ecd9
#00ebd8
#00ead7
#00e9d6
#00e8d5
#00e7d4
#00e6d3
#00e5d2
#00e4d1
#00e3d0
#00e2cf
#00e1ce

Download this Dark Blue

Hex #00efdc 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.

#00efdc Color Code Preview on Black Background Color

This is how #00efdc Color will look on black background color. Color contrast ratio is 14.38

#00efdc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#00efdc color code is use for CSS Background Color

Background color for the above div is #00efdc

HTML with inline CSS

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

#00efdc color code is use for CSS Border Color

CSS Border color for the above div is #00efdc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#00efdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00efdc Color code Preview on White Background

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

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 #00efdc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #00efdc; }

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,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,0,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,239,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }