Skip to main content Skip to docs navigation

#19cfdd hex color | Download Dark Blue BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Caribbean Blue and its hex is #1AC1DD Nearest Color Name

Color Hue/Base color: Blue

Hex #19cfdd Color code in RGB color code model is created after adding 9.8% red color, 81.18% green color and 86.67% blue color. Hex #19cfdd Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 6% magenta, 0% yellow and 13.33% black.

Hex #19cfdd color code is between #11cccc web safe hex color code and #22ddee web safe hex color code. #11cccc is the nearest web safe color code. You can see here many more shades of #19cfdd color code.

RGB Chart

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

Color Table

Hex Color Code 19cfdd #19cfdd
RGB Decimal 25, 207, 221 25, 207, 221
RGB Percent 10%, 81%, 87% rgb(10%, 81%, 87%)
CSS RGBa 25, 207, 221,1 rgba(25,207,221,1)
CMYK Model cmyk(89%,6%,0%,13.33%)
HSL Color Space 184,80% ,48% hsl(184,80% ,48%)
HSV Color Space 184°, 89%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011001 11001111 11011101
Octal 31 317 335
Decimal 25 207 221
Hex 19 cf dd

Different shades of #19cfdd color code.

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

Darkest of #19cfdd
#094e54
Darker of #19cfdd
#0f7981
Dark of #19cfdd
#14a4af
Base of #19cfdd
#19cfdd
Light of #19cfdd
#40dde9
Lighter
#6de5ef
Lightest
#9bedf4

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

#19cfdd
#dd2719

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

Split Complementary

#19cfdd
#dd196d
#dd8919

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

Analogous Color

#19dd79
#19dd99
#19cfdd
#198edd
#193cdd

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

#19cfdd
#cfdd19
#dd19cf

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

#19cfdd
#dd19cf
#dd2719
#19dd27

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#19cfdd
#8919dd
#dd2719
#6ddd19

Square 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).

Monochromatic Color with #19cfdd

#042326
#094e54
#0f7981
#14a4af
#19cfdd
#40dde9
#6de5ef
#9bedf4
#c9f5f9

Tints of #19cfdd Color

#19cfdd
#32d4e0
#4cd9e4
#65dfe8
#7fe4ec
#98e9ef
#b2eff3
#cbf4f7
#e5f9fb
#ffffff

Shades of #19cfdd color code

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

#19cfdd
#16b8c4
#13a1ab
#108a93
#0d737a
#0b5c62
#084549
#052e31
#021718
#000000

Tones

#19cfdd
#32bac4
#4aa5ac
#639093
#7b7b7b

Tones

Similar Color like #19cfdd color

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

#1ad0de
#1bd1df
#1cd2e0
#1dd3e1
#1ed4e2
#1fd5e3
#20d6e4
#21d7e5
#22d8e6
#23d9e7
#24dae8
#25dbe9
#26dcea
#27ddeb
#18cedc
#17cddb
#16ccda
#15cbd9
#14cad8
#13c9d7
#12c8d6
#11c7d5
#10c6d4
#0fc5d3
#0ec4d2
#0dc3d1
#0cc2d0
#0bc1cf

Download this Dark Blue

Hex #19cfdd 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.

#19cfdd Color Code Preview on Black Background Color

This is how #19cfdd Color will look on black background color. Color contrast ratio is 11.01

#19cfdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #19cfdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #19cfdd

#19cfdd color code is use for CSS Background Color

Background color for the above div is #19cfdd

HTML with inline CSS

<div style="background-color:#19cfdd;"></div>

#19cfdd color code is use for CSS Border Color

CSS Border color for the above div is #19cfdd

HTML with inline CSS

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

CSS Border Left color for the above div is #19cfdd

HTML with inline CSS

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

CSS Border Right color for the above div is #19cfdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #19cfdd

HTML with inline CSS

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

CSS Border Top color for the above div is #19cfdd

HTML with inline CSS

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

#19cfdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#19cfdd Color code Preview on White Background

This is how #19cfdd Color code will look on white background color. Color contrast ratio is 1.91

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(25,207,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,39,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(25,207,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }