Color: #1CC1CE

#1CC1CE Color Information

#1CC1CE is a light color. The closest websafe version is #1CC1CE. A complement of this color would be #CE281C, perceived brightness is 0.57, and the grayscale version is #757575.

In the HSL color space, this color has a hue angle of 184°,a saturation of 76%, and a lightness of 46%.The HSV representation shows a hue of 184°, a saturation of 86%, and a value of 81%.

In a RGB color space, #1CC1CE is composed of 11% red, 76% green and 81% blue. Whereas in a CMYK color space, it is composed of 86% cyan, 6% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 42.23, x: 0.2461, and y: 0.3479.

Color Code #1CC1CE

#1CC1CErgb(28, 193, 206)
HEX
#1CC1CE
RGB
rgb(28, 193, 206)
HSL
hsl(184, 76%, 46%)
HSV
hsv(184, 86%, 81%)
CMYK
86%, 6%, 0%, 19%
XYZ
X: 29.87, Y: 42.23, Z: 49.27
Lab
L: 71.03, a: -36.80, b: -18.37
Name

Shades of Color #1CC1CE

Shades are created by darkening the original color #1CC1CE in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #1CC1CE

Tints are created by lightening the original color #1CC1CE in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#1CC1CErgb(28, 193, 206)

About #1CC1CE Color Code

In the HSL color space, this color has a hue angle of 184°, a saturation of 76%, and a lightness of 46%. The HSV representation shows a hue of 184°, a saturation of 86%, and a value of 81%.

  • HEX: #1CC1CE
  • RGB: rgb(28, 193, 206)
  • HSL: hsl(184, 76%, 46%)
  • HSV: hsv(184, 86%, 81%)
  • CMYK: 86.00% cyan, 6.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 29.87, 42.23, 49.27
  • Yxy: 42.23, 0.2461, 0.3479
  • Hunter Lab: 71.03, -36.80, -18.37
  • CIE-Lab: 71.03, -36.80, -18.37

In the XYZ color space, this color is represented as X: 29.87, Y: 42.23, Z: 49.27. The Yxy representation further refines this as Y: 42.23, x: 0.2461, and y: 0.3479.

In the Hunter Lab color space, this color is represented as L: 71.03, a: -36.80, and b: -18.37. Similarly, in the CIE-Lab color space, it is represented as L: 71.03, a: -36.80, and b: -18.37.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #1CC1CE

Triadic colors are three colors evenly spaced around the color wheel, including #1CC1CE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #1CC1CE

Analogous colors are adjacent to #1CC1CE on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #1CC1CE

Split complementary colors are two colors adjacent to the complementary color of #1CC1CE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #1CC1CE

Tetradic colors form a rectangle on the color wheel, including #1CC1CE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #1CC1CE

Monochromatic colors are variations of #1CC1CE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #1CC1CE

The complementary color of #1CC1CE is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #1CC1CE

/* Using HEX */
body {
  background-color: #1cc1ce;
}
/* Using RGB */
body {
  background-color: rgb(28, 193, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(28, 193, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(184, 76%, 46%);
}
/* Text color */
p {
  color: #1cc1ce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #1cc1ce;
}
/* Border color */
.box {
  border: 4px solid #1cc1ce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #1cc1ce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #1cc1ce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#1CC1CE
On Black Background
#1CC1CE
On White Background
#1CC1CE

HTML Examples of #1CC1CE

<!-- Using HEX -->
<div style="background-color: #1cc1ce; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(28, 193, 206); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(28, 193, 206, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(184, 76%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #1cc1ce;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #1cc1ce; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #1cc1ce; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #1cc1ce;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #1cc1ce; color: #fff; padding: 16px; border-radius: 8px;">
  #1CC1CE
</div>
#1CC1CE
On Black Background
#1CC1CE
On White Background
#1CC1CE

Related Colors of #1CC1CE

These colors are similar to #1CC1CE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.