crispedge.com

Color picker

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

#55e6bd hex color - Blue - Cool color - Information

#55e6bd hex color - Blue - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Blue

Hex #55e6bd Color code in RGB color code model is created after adding 33.33% red color, 90.2% green color and 74.12% blue color. Hex #55e6bd Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 0% magenta, 18% yellow and 10% black.

Hex #55e6bd color code is between #44eebb web safe hex color code and #66ddcc web safe hex color code. #44eebb is the nearest web safe color code. You can see here many more shades of #55e6bd color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code55e6bd#55e6bd
RGB Decimal85, 230, 189rgb(85, 230, 189)
RGB Percent33%, 90%, 74%rgb(33%, 90%, 74%)
CSS RGBa85, 230, 189,1rgba(85,230,189,1)
CMYK Modelcmyk(63%,0%,18%,10%)
HSL Color Space163,74% ,62%hsl(163,74% ,62%)
HSV Color Space163°, 63%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011110011010111101
Octal125346275
Decimal85230189
Hex55e6bd

Different shades of #55e6bd color code.

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

Light Shade of #55e6bd
#81edce
Dark Shade of #55e6bd
#29dfac
Saturated Shade of #55e6bd
#4bf0c1
Desaturated Shade of #55e6bd
#5fdcb9
Grey scale Shade of #55e6bd
#9d9d9d
Brighten Shade
#6effd6
Most Readable Shade
#000000

Shades of #55e6bd color code

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

#55e6bd
#4bcca8
#42b293
#38997e
#2f7f69
#256654
#1c4c3f
#12332a
#091915
#000000

Similar Color like #55e6bd color

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

#56e7be
#57e8bf
#58e9c0
#59eac1
#5aebc2
#5becc3
#5cedc4
#5deec5
#5eefc6
#5ff0c7
#60f1c8
#61f2c9
#62f3ca
#63f4cb
#54e5bc
#53e4bb
#52e3ba
#51e2b9
#50e1b8
#4fe0b7
#4edfb6
#4ddeb5
#4cddb4
#4bdcb3
#4adbb2
#49dab1
#48d9b0
#47d8af

Monochromatic Color with #55e6bd

#55e6bd
#06110e
#163c31
#266654
#369177
#45bb9a

Tints of #55e6bd Color

#55e6bd
#67e8c4
#7aebcb
#8deed3
#a0f1da
#b3f3e1
#c6f6e9
#d9f9f0
#ecfcf7
#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

#55e6bd
#e6557e

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

Split Complementary

#55e6bd
#e655c7
#e67555

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

Analogous Color

#55e683
#55e6a0
#55e6bd
#55e6da
#55d5e6

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

#55e6bd
#bd55e6
#e6bd55

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

#55e6bd
#7455e6
#e6557e
#c6e655

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

#55e6bd
#e6557e
#e67555
#55c7e6

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 #55e6bd 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.

#55e6bd Color Code Preview on Black Background Color

This is how #55e6bd Color will look on black background color. Color contrast ratio is 13.44

#55e6bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55e6bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55e6bd

#55e6bd color code is use for CSS Background Color

Background color for the above div is #55e6bd

HTML with inline CSS

<div style="background-color:#55e6bd;"></div>

#55e6bd color code is use for CSS Border Color

CSS Border color for the above div is #55e6bd

HTML with inline CSS

<div style="border:5px solid #55e6bd;"></div>

CSS Border Left color for the above div is #55e6bd

HTML with inline CSS

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

CSS Border Right color for the above div is #55e6bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55e6bd

HTML with inline CSS

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

CSS Border Top color for the above div is #55e6bd

HTML with inline CSS

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

#55e6bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55e6bd Color code Preview on White Background

This is how #55e6bd Color code will look on white background color. Color contrast ratio is 1.56

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.