rgb(95, 254, 221)
- In a RGB color space, hex #5ffedd color is composed of 37% red, 100% green, and 87% blue.
- In a CMYK color space, it is consist of 63% cyan, 0% magenta, 13% yellow and 0% black.
- In web design, the web safe color for #5ffedd is #66FFCC. The complementary color of #5ffedd is #fd5f80.
#5ffedd Color Conversion
Hex Color #5ffedd RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #5ffedd
-
#5ffedd
#5ffedd
-
#fd5f80
#fd5f80
-
#b0ffee
#b0ffee
-
#feb0c0
#feb0c0
-
#47bea5
#47bea5
-
#bd4760
#bd4760
-
#84bfb2
#84bfb2
-
#be8490
#be8490
Two colors (#5ffedd,#fd5f80) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#5ffedd
#5ffedd
-
#b0ffee
#b0ffee
-
#307f6e
#307f6e
-
#d7fef6
#d7fef6
-
#47bea5
#47bea5
-
#84bfb2
#84bfb2
-
#245f52
#245f52
-
#a1beb8
#a1beb8
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #5ffedd
-
#5ffedd
#5ffedd
-
#56E5C7
#56E5C7
-
#4CCBB1
#4CCBB1
-
#43B29B
#43B29B
-
#399885
#399885
-
#307F6F
#307F6F
-
#266658
#266658
-
#1D4C42
#1D4C42
-
#13332C
#13332C
-
#0A1916
#0A1916
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#5ffedd
#5ffedd
-
#6FFEE0
#6FFEE0
-
#7FFEE4
#7FFEE4
-
#8FFEE7
#8FFEE7
-
#9FFEEB
#9FFEEB
-
#AFFFEE
#AFFFEE
-
#BFFFF1
#BFFFF1
-
#CFFFF5
#CFFFF5
-
#DFFFF8
#DFFFF8
-
#EFFFFC
#EFFFFC
-
#FAFFFE
#FAFFFE
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#5ffedd Color Preview on Black Background
#5ffedd Color Preview on White Background
<span style="color:#5ffedd;">Text here</span>
#5ffedd Background Color
#5ffedd Background Color
<p style="background-color:#5ffedd;">Text here</p>
#5ffedd Border Color
<div style="border:1px solid #5ffedd;">Text here</div>
<style>.text {color:#5ffedd;}
.background {background-color:#5ffedd;}
.border {border:1px solid #5ffedd;}</style>