crispedge.com

Color picker

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

#5dc9bc hex color - Blue - Cool color - Information

#5dc9bc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5dc9bc Color code in RGB color code model is created after adding 36.47% red color, 78.82% green color and 73.73% blue color. Hex #5dc9bc Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 0% magenta, 6% yellow and 21% black.

Hex #5dc9bc color code is between #55ccbb web safe hex color code and #66bbcc web safe hex color code. #55ccbb is the nearest web safe color code. You can see here many more shades of #5dc9bc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5dc9bc#5dc9bc
RGB Decimal93, 201, 188rgb(93, 201, 188)
RGB Percent36%, 79%, 74%rgb(36%, 79%, 74%)
CSS RGBa93, 201, 188,1rgba(93,201,188,1)
CMYK Modelcmyk(54%,0%,6%,21%)
HSL Color Space173,50% ,58%hsl(173,50% ,58%)
HSV Color Space173°, 54%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111011100100110111100
Octal135311274
Decimal93201188
Hex5dc9bc

Different shades of #5dc9bc color code.

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

Light Shade of #5dc9bc
#83d6cc
Dark Shade of #5dc9bc
#3db6a8
Saturated Shade of #5dc9bc
#52d4c4
Desaturated Shade of #5dc9bc
#68beb4
Grey scale Shade of #5dc9bc
#939393
Brighten Shade
#76e2d5
Most Readable Shade
#000000

Shades of #5dc9bc color code

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

#5dc9bc
#52b2a7
#489c92
#3e867d
#336f68
#295953
#1f433e
#142c29
#0a1614
#000000

Similar Color like #5dc9bc color

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

#5ecabd
#5fcbbe
#60ccbf
#61cdc0
#62cec1
#63cfc2
#64d0c3
#65d1c4
#66d2c5
#67d3c6
#68d4c7
#69d5c8
#6ad6c9
#6bd7ca
#5cc8bb
#5bc7ba
#5ac6b9
#59c5b8
#58c4b7
#57c3b6
#56c2b5
#55c1b4
#54c0b3
#53bfb2
#52beb1
#51bdb0
#50bcaf
#4fbbae

Monochromatic Color with #5dc9bc

#5dc9bc
#71f3e4
#0e1f1d
#224945
#36746c
#499e94

Tints of #5dc9bc Color

#5dc9bc
#6fcfc3
#81d5ca
#93dbd2
#a5e1d9
#b7e7e1
#c9ede8
#dbf3f0
#edf9f7
#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

#5dc9bc
#c95d6a

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

Split Complementary

#5dc9bc
#c95da0
#c9865d

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

Analogous Color

#5dc991
#5dc9a6
#5dc9bc
#5dc0c9
#5dabc9

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

#5dc9bc
#bc5dc9
#c9bc5d

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

#5dc9bc
#865dc9
#c95d6a
#a0c95d

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

#5dc9bc
#c95d6a
#c9865d
#5da0c9

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 #5dc9bc 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.

#5dc9bc Color Code Preview on Black Background Color

This is how #5dc9bc Color will look on black background color. Color contrast ratio is 10.55

#5dc9bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5dc9bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5dc9bc

#5dc9bc color code is use for CSS Background Color

Background color for the above div is #5dc9bc

HTML with inline CSS

<div style="background-color:#5dc9bc;"></div>

#5dc9bc color code is use for CSS Border Color

CSS Border color for the above div is #5dc9bc

HTML with inline CSS

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

CSS Border Left color for the above div is #5dc9bc

HTML with inline CSS

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

CSS Border Right color for the above div is #5dc9bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5dc9bc

HTML with inline CSS

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

CSS Border Top color for the above div is #5dc9bc

HTML with inline CSS

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

#5dc9bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5dc9bc Color code Preview on White Background

This is how #5dc9bc Color code will look on white background color. Color contrast ratio is 1.99

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

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.