crispedge.com

Color picker

Loading...

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

#51cfc6 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #51cfc6 Color code in RGB color code model is created after adding 31.76% red color, 81.18% green color and 77.65% blue color. Hex #51cfc6 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 0% magenta, 4% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code51cfc6#51cfc6
RGB Decimal81, 207, 198rgb(81, 207, 198)
RGB Percent32%, 81%, 78%rgb(32%, 81%, 78%)
CSS RGBa81, 207, 198,1rgba(81,207,198,1)
CMYK Modelcmyk(61%,0%,4%,19%)
HSL Color Space176,57% ,56%hsl(176,57% ,56%)
HSV Color Space176°, 61%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100011100111111000110
Octal121317306
Decimal81207198
Hex51cfc6

Different shades of #51cfc6 color code.

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

Light Shade of #51cfc6
#79dad3
Dark Shade of #51cfc6
#33bab0
Saturated Shade of #51cfc6
#46dad0
Desaturated Shade of #51cfc6
#5cc4bc
Grey scale Shade of #51cfc6
#909090
Brighten Shade
#6ae8df
Most Readable Shade
#000000

Shades of #51cfc6 color code

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

#51cfc6
#48b8b0
#3fa19a
#368a84
#2d736e
#245c58
#1b4542
#122e2c
#091716
#000000

Similar Color like #51cfc6 color

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

#52d0c7
#53d1c8
#54d2c9
#55d3ca
#56d4cb
#57d5cc
#58d6cd
#59d7ce
#5ad8cf
#5bd9d0
#5cdad1
#5ddbd2
#5edcd3
#5fddd4
#50cec5
#4fcdc4
#4eccc3
#4dcbc2
#4ccac1
#4bc9c0
#4ac8bf
#49c7be
#48c6bd
#47c5bc
#46c4bb
#45c3ba
#44c2b9
#43c1b8

Monochromatic Color with #51cfc6

#51cfc6
#62f9ef
#0e2523
#1f4f4c
#307a75
#40a49d

Tints of #51cfc6 Color

#51cfc6
#64d4cc
#77d9d2
#8bdfd9
#9ee4df
#b1e9e5
#c5efec
#d8f4f2
#ebf9f8
#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

#51cfc6
#cf515a

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

Split Complementary

#51cfc6
#cf5199
#cf8751

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

Analogous Color

#51cf94
#51cfad
#51cfc6
#51bfcf
#51a6cf

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

#51cfc6
#c651cf
#cfc651

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

#51cfc6
#8751cf
#cf515a
#99cf51

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

#51cfc6
#cf515a
#cf8751
#5199cf

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

#51cfc6 Color Code Preview on Black Background Color

This is how #51cfc6 Color will look on black background color. Color contrast ratio is 11.09

#51cfc6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#51cfc6 color code is use for CSS Background Color

Background color for the above div is #51cfc6

HTML with inline CSS

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

#51cfc6 color code is use for CSS Border Color

CSS Border color for the above div is #51cfc6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#51cfc6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#51cfc6 Color code Preview on White Background

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

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

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,207,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,81,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,207,198,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.