crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#71f4be hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #71f4be Color code in RGB color code model is created after adding 44.31% red color, 95.69% green color and 74.51% blue color. Hex #71f4be Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 0% magenta, 22% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code71f4be#71f4be
RGB Decimal113, 244, 190rgb(113, 244, 190)
RGB Percent44%, 96%, 75%rgb(44%, 96%, 75%)
CSS RGBa113, 244, 190,1rgba(113,244,190,1)
CMYK Modelcmyk(54%,0%,22%,4%)
HSL Color Space155,86% ,70%hsl(155,86% ,70%)
HSV Color Space155°, 54%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011111010010111110
Octal161364276
Decimal113244190
Hex71f4be

Different shades of #71f4be color code.

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

Light Shade of #71f4be
#a0f8d4
Dark Shade of #71f4be
#42f0a8
Saturated Shade of #71f4be
#69fcbf
Desaturated Shade of #71f4be
#79ecbd
Grey scale Shade of #71f4be
#b3b3b3
Brighten Shade
#8affd7
Most Readable Shade
#000000

Shades of #71f4be color code

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

#71f4be
#64d8a8
#57bd93
#4ba27e
#3e8769
#326c54
#25513f
#19362a
#0c1b15
#000000

Similar Color like #71f4be color

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

#72f5bf
#73f6c0
#74f7c1
#75f8c2
#76f9c3
#77fac4
#78fbc5
#79fcc6
#7afdc7
#7bfec8
#7cffc9
#7dffca
#7effcb
#7fffcc
#70f3bd
#6ff2bc
#6ef1bb
#6df0ba
#6cefb9
#6beeb8
#6aedb7
#69ecb6
#68ebb5
#67eab4
#66e9b3
#65e8b2
#64e7b1
#63e6b0

Monochromatic Color with #71f4be

#71f4be
#0f1f19
#224a3a
#36745b
#4a9f7c
#5dc99d

Tints of #71f4be Color

#71f4be
#80f5c5
#90f6cc
#a0f7d3
#b0f8da
#bffae2
#cffbe9
#dffcf0
#effdf7
#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

#71f4be
#f471a7

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

Split Complementary

#71f4be
#f471e9
#f47d71

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

Analogous Color

#71f48a
#71f4a4
#71f4be
#71f4d8
#71f4f2

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

#71f4be
#be71f4
#f4be71

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

#71f4be
#7d71f4
#f471a7
#e8f471

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

#71f4be
#f471a7
#f47d71
#71e9f4

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 #71f4be 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.

#71f4be Color Code Preview on Black Background Color

This is how #71f4be Color will look on black background color. Color contrast ratio is 15.39

#71f4be in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#71f4be color code is use for CSS Background Color

Background color for the above div is #71f4be

HTML with inline CSS

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

#71f4be color code is use for CSS Border Color

CSS Border color for the above div is #71f4be

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#71f4be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#71f4be Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.