rgb(18, 255, 234)
- In a RGB color space, hex #12ffea color is composed of 7% red, 100% green, and 92% blue.
- In a CMYK color space, it is consist of 93% cyan, 0% magenta, 8% yellow and 0% black.
- In web design, the web safe color for #12ffea is #00FFFF. The complementary color of #12ffea is #fe1226.
#12ffea Color Conversion
Hex Color #12ffea RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #12ffea
-
#12ffea
#12ffea
-
#fe1226
#fe1226
-
#89fff5
#89fff5
-
#ff8993
#ff8993
-
#0dbfaf
#0dbfaf
-
#be0d1c
#be0d1c
-
#66bfb7
#66bfb7
-
#bf666e
#bf666e
Two colors (#12ffea,#fe1226) 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.
-
#12ffea
#12ffea
-
#89fff5
#89fff5
-
#097f75
#097f75
-
#c4fef9
#c4fef9
-
#0dbfaf
#0dbfaf
-
#66bfb7
#66bfb7
-
#065f57
#065f57
-
#93beba
#93beba
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 #12ffea
-
#12ffea
#12ffea
-
#10E6D3
#10E6D3
-
#0ECCBB
#0ECCBB
-
#0DB3A4
#0DB3A4
-
#0B998C
#0B998C
-
#098075
#098075
-
#07665E
#07665E
-
#054D46
#054D46
-
#04332F
#04332F
-
#021A17
#021A17
-
#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.
-
#12ffea
#12ffea
-
#2AFFEC
#2AFFEC
-
#41FFEE
#41FFEE
-
#59FFF0
#59FFF0
-
#71FFF2
#71FFF2
-
#89FFF5
#89FFF5
-
#A0FFF7
#A0FFF7
-
#B8FFF9
#B8FFF9
-
#D0FFFB
#D0FFFB
-
#E7FFFD
#E7FFFD
-
#F8FFFE
#F8FFFE
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
#12ffea Color Preview on Black Background
#12ffea Color Preview on White Background
<span style="color:#12ffea;">Text here</span>
#12ffea Background Color
#12ffea Background Color
<p style="background-color:#12ffea;">Text here</p>
#12ffea Border Color
<div style="border:1px solid #12ffea;">Text here</div>
<style>.text {color:#12ffea;}
.background {background-color:#12ffea;}
.border {border:1px solid #12ffea;}</style>