crispedge.com

Color picker

Loading...

#75e2de hex color - Blue - Cool color - Information

#75e2de hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #75e2de Color code in RGB color code model is created after adding 45.88% red color, 88.63% green color and 87.06% blue color. Hex #75e2de Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 0% magenta, 2% yellow and 11% black.

Hex #75e2de color code is between #77dddd web safe hex color code and #66eeee web safe hex color code. #77dddd is the nearest web safe color code. You can see here many more shades of #75e2de color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code75e2de#75e2de
RGB Decimal117, 226, 222rgb(117, 226, 222)
RGB Percent46%, 89%, 87%rgb(46%, 89%, 87%)
CSS RGBa117, 226, 222,1rgba(117,226,222,1)
CMYK Modelcmyk(48%,0%,2%,11%)
HSL Color Space178,65% ,67%hsl(178,65% ,67%)
HSV Color Space178°, 48%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011110001011011110
Octal165342336
Decimal117226222
Hex75e2de

Different shades of #75e2de color code.

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

Light Shade of #75e2de
#9febe8
Dark Shade of #75e2de
#4bd9d4
Saturated Shade of #75e2de
#6deae6
Desaturated Shade of #75e2de
#7ddad6
Grey scale Shade of #75e2de
#ababab
Brighten Shade
#8efbf7
Most Readable Shade
#000000

Shades of #75e2de color code

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

#75e2de
#68c8c5
#5bafac
#4e9694
#417d7b
#346462
#274b4a
#1a3231
#0d1918
#000000

Similar Color like #75e2de color

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

#76e3df
#77e4e0
#78e5e1
#79e6e2
#7ae7e3
#7be8e4
#7ce9e5
#7deae6
#7eebe7
#7fece8
#80ede9
#81eeea
#82efeb
#83f0ec
#74e1dd
#73e0dc
#72dfdb
#71deda
#70ddd9
#6fdcd8
#6edbd7
#6ddad6
#6cd9d5
#6bd8d4
#6ad7d3
#69d6d2
#68d5d1
#67d4d0

Monochromatic Color with #75e2de

#75e2de
#070d0d
#1d3837
#336261
#498d8a
#5fb7b4

Tints of #75e2de Color

#75e2de
#84e5e1
#93e8e5
#a3ebe9
#b2eeec
#c1f2f0
#d1f5f4
#e0f8f7
#effbfb
#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

#75e2de
#e27579

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

Split Complementary

#75e2de
#e275b0
#e2a775

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

Analogous Color

#75e2b2
#75e2c8
#75e2de
#75d0e2
#75bae2

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

#75e2de
#de75e2
#e2de75

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

#75e2de
#a775e2
#e27579
#afe275

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

#75e2de
#e27579
#e2a775
#75b0e2

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 #75e2de 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.

#75e2de Color Code Preview on Black Background Color

This is how #75e2de Color will look on black background color. Color contrast ratio is 13.69

#75e2de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75e2de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75e2de

#75e2de color code is use for CSS Background Color

Background color for the above div is #75e2de

HTML with inline CSS

<div style="background-color:#75e2de;"></div>

#75e2de color code is use for CSS Border Color

CSS Border color for the above div is #75e2de

HTML with inline CSS

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

CSS Border Left color for the above div is #75e2de

HTML with inline CSS

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

CSS Border Right color for the above div is #75e2de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75e2de

HTML with inline CSS

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

CSS Border Top color for the above div is #75e2de

HTML with inline CSS

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

#75e2de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75e2de Color code Preview on White Background

This is how #75e2de Color code will look on white background color. Color contrast ratio is 1.53

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

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(117,226,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(226,117,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,226,222,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.