@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#52c6ce hex color - Blue - Cool color - Information

#52c6ce hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #52c6ce Color code in RGB color code model is created after adding 32.16% red color, 77.65% green color and 80.78% blue color. Hex #52c6ce Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 4% magenta, 0% yellow and 19.22% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 52c6ce #52c6ce
RGB Decimal 82, 198, 206 rgb(82, 198, 206)
RGB Percent 32%, 78%, 81% rgb(32%, 78%, 81%)
CSS RGBa 82, 198, 206,1 rgba(82,198,206,1)
CMYK Model cmyk(60%,4%,0%,19.22%)
HSL Color Space 184,56% ,56% hsl(184,56% ,56%)
HSV Color Space 184°, 60%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 11000110 11001110
Octal 122 306 316
Decimal 82 198 206
Hex 52 c6 ce

Different shades of #52c6ce color code.

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

Light Shade of #52c6ce
#7ad3d9
Dark Shade of #52c6ce
#34b0b9
Saturated Shade of #52c6ce
#47d0d9
Desaturated Shade of #52c6ce
#5dbcc3
Grey scale Shade of #52c6ce
#909090
Brighten Shade
#6bdfe7
Most Readable Shade
#000000

Shades of #52c6ce color code

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

#52c6ce
#48b0b7
#3f9aa0
#368489
#2d6e72
#24585b
#1b4244
#122c2d
#091616
#000000

Similar Color like #52c6ce color

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

#53c7cf
#54c8d0
#55c9d1
#56cad2
#57cbd3
#58ccd4
#59cdd5
#5aced6
#5bcfd7
#5cd0d8
#5dd1d9
#5ed2da
#5fd3db
#60d4dc
#51c5cd
#50c4cc
#4fc3cb
#4ec2ca
#4dc1c9
#4cc0c8
#4bbfc7
#4abec6
#49bdc5
#48bcc4
#47bbc3
#46bac2
#45b9c1
#44b8c0

Monochromatic Color with #52c6ce

#52c6ce
#63eff8
#0e2324
#1f4b4e
#307479
#419da3

Tints of #52c6ce Color

#52c6ce
#65ccd3
#78d2d8
#8bd9de
#9edfe3
#b2e5e9
#c5ecee
#d8f2f4
#ebf8f9
#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

#52c6ce
#ce5a52

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

Split Complementary

#52c6ce
#ce5288
#ce9852

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

Analogous Color

#52cea4
#52cebd
#52c6ce
#52adce
#5294ce

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

#52c6ce
#ce52c6
#c6ce52

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

#52c6ce
#9852ce
#ce5a52
#88ce52

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

#52c6ce
#ce5a52
#ce9852
#5288ce

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 #52c6ce 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.

#52c6ce Color Code Preview on Black Background Color

This is how #52c6ce Color will look on black background color. Color contrast ratio is 10.33

#52c6ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52c6ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52c6ce

#52c6ce color code is use for CSS Background Color

Background color for the above div is #52c6ce

HTML with inline CSS

<div style="background-color:#52c6ce;"></div>

#52c6ce color code is use for CSS Border Color

CSS Border color for the above div is #52c6ce

HTML with inline CSS

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

CSS Border Left color for the above div is #52c6ce

HTML with inline CSS

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

CSS Border Right color for the above div is #52c6ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52c6ce

HTML with inline CSS

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

CSS Border Top color for the above div is #52c6ce

HTML with inline CSS

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

#52c6ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52c6ce Color code Preview on White Background

This is how #52c6ce Color code will look on white background color. Color contrast ratio is 2.03

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

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