crispedge.com

Color picker

Loading...

#71efe6 hex color - Blue - Cool color - Information

#71efe6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #71efe6 Color code in RGB color code model is created after adding 44.31% red color, 93.73% green color and 90.2% blue color. Hex #71efe6 Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 4% yellow and 6% black.

Hex #71efe6 color code is between #77eeee web safe hex color code and #66ffdd web safe hex color code. #77eeee is the nearest web safe color code. You can see here many more shades of #71efe6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code71efe6#71efe6
RGB Decimal113, 239, 230rgb(113, 239, 230)
RGB Percent44%, 94%, 90%rgb(44%, 94%, 90%)
CSS RGBa113, 239, 230,1rgba(113,239,230,1)
CMYK Modelcmyk(53%,0%,4%,6%)
HSL Color Space176,80% ,69%hsl(176,80% ,69%)
HSV Color Space176°, 53%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011110111111100110
Octal161357346
Decimal113239230
Hex71efe6

Different shades of #71efe6 color code.

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

Light Shade of #71efe6
#9ff4ee
Dark Shade of #71efe6
#43eade
Saturated Shade of #71efe6
#69f7ed
Desaturated Shade of #71efe6
#79e7df
Grey scale Shade of #71efe6
#b0b0b0
Brighten Shade
#8affff
Most Readable Shade
#000000

Shades of #71efe6 color code

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

#71efe6
#64d4cc
#57b9b2
#4b9f99
#3e847f
#326a66
#254f4c
#193533
#0c1a19
#000000

Similar Color like #71efe6 color

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

#72f0e7
#73f1e8
#74f2e9
#75f3ea
#76f4eb
#77f5ec
#78f6ed
#79f7ee
#7af8ef
#7bf9f0
#7cfaf1
#7dfbf2
#7efcf3
#7ffdf4
#70eee5
#6fede4
#6eece3
#6debe2
#6ceae1
#6be9e0
#6ae8df
#69e7de
#68e6dd
#67e5dc
#66e4db
#65e3da
#64e2d9
#63e1d8

Monochromatic Color with #71efe6

#71efe6
#0d1a19
#214542
#356f6b
#499a94
#5dc4bd

Tints of #71efe6 Color

#71efe6
#80f0e8
#90f2eb
#a0f4ee
#b0f6f1
#bff7f3
#cff9f6
#dffbf9
#effdfc
#ffffff

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

#71efe6
#ef717a

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

Split Complementary

#71efe6
#ef71b9
#efa771

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

Analogous Color

#71efb4
#71efcd
#71efe6
#71dfef
#71c6ef

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

#71efe6
#e671ef
#efe671

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

#71efe6
#a771ef
#ef717a
#b9ef71

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

Double Complementary Color

#71efe6
#ef717a
#efa771
#71b9ef

Double Complementary 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).

Hex #71efe6 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.

#71efe6 Color Code Preview on Black Background Color

This is how #71efe6 Color will look on black background color. Color contrast ratio is 15.19

#71efe6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71efe6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #71efe6

#71efe6 color code is use for CSS Background Color

Background color for the above div is #71efe6

HTML with inline CSS

<div style="background-color:#71efe6;"></div>

#71efe6 color code is use for CSS Border Color

CSS Border color for the above div is #71efe6

HTML with inline CSS

<div style="border:5px solid #71efe6;"></div>

CSS Border Left color for the above div is #71efe6

HTML with inline CSS

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

CSS Border Right color for the above div is #71efe6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #71efe6

HTML with inline CSS

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

CSS Border Top color for the above div is #71efe6

HTML with inline CSS

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

#71efe6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71efe6 Color code Preview on White Background

This is how #71efe6 Color code will look on white background color. Color contrast ratio is 1.38

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.