crispedge.com

#51dedc hex color - Blue - Cool color - Information

#51dedc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #51dedc Color code in RGB color code model is created after adding 31.76% red color, 87.06% green color and 86.27% blue color. Hex #51dedc Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 0% magenta, 1% yellow and 13% black.

Hex #51dedc color code is between #55dddd web safe hex color code and #44eecc web safe hex color code. #55dddd is the nearest web safe color code. You can see here many more shades of #51dedc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code51dedc#51dedc
RGB Decimal81, 222, 220rgb(81, 222, 220)
RGB Percent32%, 87%, 86%rgb(32%, 87%, 86%)
CSS RGBa81, 222, 220,1rgba(81,222,220,1)
CMYK Modelcmyk(64%,0%,1%,13%)
HSL Color Space179,68% ,59%hsl(179,68% ,59%)
HSV Color Space179°, 64%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100011101111011011100
Octal121336334
Decimal81222220
Hex51dedc

Different shades of #51dedc color code.

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

Light Shade of #51dedc
#7ce6e5
Dark Shade of #51dedc
#28d4d1
Saturated Shade of #51dedc
#47e8e6
Desaturated Shade of #51dedc
#5bd4d2
Grey scale Shade of #51dedc
#979797
Brighten Shade
#6af7f5
Most Readable Shade
#000000

Shades of #51dedc color code

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

#51dedc
#48c5c3
#3facab
#369492
#2d7b7a
#246261
#1b4a49
#123130
#091818
#000000

Similar Color like #51dedc color

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

#52dfdd
#53e0de
#54e1df
#55e2e0
#56e3e1
#57e4e2
#58e5e3
#59e6e4
#5ae7e5
#5be8e6
#5ce9e7
#5deae8
#5eebe9
#5fecea
#50dddb
#4fdcda
#4edbd9
#4ddad8
#4cd9d7
#4bd8d6
#4ad7d5
#49d6d4
#48d5d3
#47d4d2
#46d3d1
#45d2d0
#44d1cf
#43d0ce

Monochromatic Color with #51dedc

#51dedc
#030909
#133434
#225e5e
#328988
#41b3b2

Tints of #51dedc Color

#51dedc
#64e1df
#77e5e3
#8be9e7
#9eeceb
#b1f0ef
#c5f4f3
#d8f7f7
#ebfbfb
#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

#51dedc
#de5153

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

Split Complementary

#51dedc
#de5199
#de9651

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

Analogous Color

#51dea4
#51dec0
#51dedc
#51c4de
#51a8de

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

#51dedc
#dc51de
#dedc51

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

#51dedc
#9551de
#de5153
#99de51

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

#51dedc
#de5153
#de9651
#5199de

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 #51dedc 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.

#51dedc Color Code Preview on Black Background Color

This is how #51dedc Color will look on black background color. Color contrast ratio is 12.83

#51dedc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51dedc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51dedc

#51dedc color code is use for CSS Background Color

Background color for the above div is #51dedc

HTML with inline CSS

<div style="background-color:#51dedc;"></div>

#51dedc color code is use for CSS Border Color

CSS Border color for the above div is #51dedc

HTML with inline CSS

<div style="border:5px solid #51dedc;"></div>

CSS Border Left color for the above div is #51dedc

HTML with inline CSS

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

CSS Border Right color for the above div is #51dedc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #51dedc

HTML with inline CSS

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

CSS Border Top color for the above div is #51dedc

HTML with inline CSS

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

#51dedc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#51dedc Color code Preview on White Background

This is how #51dedc Color code will look on white background color. Color contrast ratio is 1.64

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

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(81,222,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,81,83,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,222,220,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.

< /html>