rgb(0, 252, 221)
- In a RGB color space, hex #00fcdd color is composed of 0% red, 99% green, and 87% blue.
- In a CMYK color space, it is consist of 100% cyan, 0% magenta, 12% yellow and 1% black.
- In web design, the web safe color for #00fcdd is #33FFCC. The complementary color of #00fcdd is #fc001e.
#00fcdd Color Conversion
Hex Color #00fcdd RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #00fcdd
-
#00fcdd
#00fcdd
-
#fc001e
#fc001e
-
#80feee
#80feee
-
#fe808f
#fe808f
-
#00bda5
#00bda5
-
#bd0016
#bd0016
-
#60beb2
#60beb2
-
#be606b
#be606b
Two colors (#00fcdd,#fc001e) 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.
-
#00fcdd
#00fcdd
-
#80feee
#80feee
-
#007e6e
#007e6e
-
#bffef6
#bffef6
-
#00bda5
#00bda5
-
#60beb2
#60beb2
-
#005e52
#005e52
-
#8fbeb8
#8fbeb8
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 #00fcdd
-
#00fcdd
#00fcdd
-
#00E3C7
#00E3C7
-
#00CAB1
#00CAB1
-
#00B09B
#00B09B
-
#009785
#009785
-
#007E6F
#007E6F
-
#006558
#006558
-
#004C42
#004C42
-
#00322C
#00322C
-
#001916
#001916
-
#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.
-
#00fcdd
#00fcdd
-
#1AFCE0
#1AFCE0
-
#33FDE4
#33FDE4
-
#4DFDE7
#4DFDE7
-
#66FDEB
#66FDEB
-
#80FEEE
#80FEEE
-
#99FEF1
#99FEF1
-
#B3FEF5
#B3FEF5
-
#CCFEF8
#CCFEF8
-
#E6FFFC
#E6FFFC
-
#F7FFFE
#F7FFFE
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
#00fcdd Color Preview on Black Background
#00fcdd Color Preview on White Background
<span style="color:#00fcdd;">Text here</span>
#00fcdd Background Color
#00fcdd Background Color
<p style="background-color:#00fcdd;">Text here</p>
#00fcdd Border Color
<div style="border:1px solid #00fcdd;">Text here</div>
<style>.text {color:#00fcdd;}
.background {background-color:#00fcdd;}
.border {border:1px solid #00fcdd;}</style>