Skip to main content Skip to docs navigation

#33fcce 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 Lamiaceae and its hex is #3AFDDB Nearest Color Name

Color Hue/Base color: Blue

Hex #33fcce Color code in RGB color code model is created after adding 20% red color, 98.82% green color and 80.78% blue color. Hex #33fcce Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 0% magenta, 18% yellow and 1.18% black.

Hex #33fcce color code is between #22ffcc web safe hex color code and #44eedd web safe hex color code. #22ffcc is the nearest web safe color code. You can see here many more shades of #33fcce color code.

RGB Chart

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

Color Table

Hex Color Code 33fcce #33fcce
RGB Decimal 51, 252, 206 51, 252, 206
RGB Percent 20%, 99%, 81% rgb(20%, 99%, 81%)
CSS RGBa 51, 252, 206,1 rgba(51,252,206,1)
CMYK Model cmyk(80%,0%,18%,1.18%)
HSL Color Space 166,97% ,59% hsl(166,97% ,59%)
HSV Color Space 166°, 80%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110011 11111100 11001110
Octal 63 374 316
Decimal 51 252 206
Hex 33 fc ce

Different shades of #33fcce color code.

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

Darkest of #33fcce
#029472
Darker of #33fcce
#03c699
Dark of #33fcce
#04f8c0
Base of #33fcce
#33fcce
Light of #33fcce
#65fdda
Lighter
#98fde6
Lightest
#cafef2

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

#33fcce
#fc3361

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

Split Complementary

#33fcce
#fc33c5
#fc6933

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

Analogous Color

#33fc59
#33fc7a
#33fcce
#33e7fc
#3393fc

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

#33fcce
#fcce33
#ce33fc

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

#33fcce
#ce33fc
#fc3361
#61fc33

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

#33fcce
#6933fc
#fc3361
#c5fc33

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 #33fcce

#01624c
#029472
#03c699
#04f8c0
#33fcce
#65fdda
#98fde6
#cafef2
#fcfffe

Tints of #33fcce Color

#33fcce
#49fcd3
#60fcd8
#77fdde
#8dfde3
#a4fde9
#bbfeee
#d1fef4
#e8fef9
#ffffff

Shades of #33fcce color code

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

#33fcce
#2de0b7
#27c4a0
#22a889
#1c8c72
#16705b
#115444
#0b382d
#051c16
#000000

Tones

#33fcce
#48e7c3
#5cd3b8
#71beac
#86a9a1

Tones

Similar Color like #33fcce color

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

#34fdcf
#35fed0
#36ffd1
#37ffd2
#38ffd3
#39ffd4
#3affd5
#3bffd6
#3cffd7
#3dffd8
#3effd9
#3fffda
#40ffdb
#41ffdc
#32fbcd
#31facc
#30f9cb
#2ff8ca
#2ef7c9
#2df6c8
#2cf5c7
#2bf4c6
#2af3c5
#29f2c4
#28f1c3
#27f0c2
#26efc1
#25eec0

Download this Dark Blue

Hex #33fcce 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.

#33fcce Color Code Preview on Black Background Color

This is how #33fcce Color will look on black background color. Color contrast ratio is 15.96

#33fcce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33fcce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33fcce

#33fcce color code is use for CSS Background Color

Background color for the above div is #33fcce

HTML with inline CSS

<div style="background-color:#33fcce;"></div>

#33fcce color code is use for CSS Border Color

CSS Border color for the above div is #33fcce

HTML with inline CSS

<div style="border:5px solid #33fcce;"></div>

CSS Border Left color for the above div is #33fcce

HTML with inline CSS

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

CSS Border Right color for the above div is #33fcce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #33fcce

HTML with inline CSS

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

CSS Border Top color for the above div is #33fcce

HTML with inline CSS

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

#33fcce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#33fcce Color code Preview on White Background

This is how #33fcce Color code will look on white background color. Color contrast ratio is 1.32

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

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