Color: #55BCCC

#55BCCC Color Information

#55BCCC is a light color. The closest websafe version is #55BCCC. A complement of this color would be #CD6656, perceived brightness is 0.62, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 188°,a saturation of 54%, and a lightness of 57%.The HSV representation shows a hue of 188°, a saturation of 58%, and a value of 80%.

In a RGB color space, #55BCCC is composed of 33% red, 74% green and 80% blue. Whereas in a CMYK color space, it is composed of 58% cyan, 8% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 41.73, x: 0.2624, and y: 0.3425.

Color Code #55BCCC

#55BCCCrgb(85, 188, 204)
HEX
#55BCCC
RGB
rgb(85, 188, 204)
HSL
hsl(188, 54%, 57%)
HSV
hsv(188, 58%, 80%)
CMYK
58%, 8%, 0%, 20%
XYZ
X: 31.97, Y: 41.73, Z: 48.13
Lab
L: 70.69, a: -27.60, b: -17.65
Name

Shades of Color #55BCCC

Shades are created by darkening the original color #55BCCC 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 #55BCCC

Tints are created by lightening the original color #55BCCC 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.

#55BCCCrgb(85, 188, 204)

About #55BCCC Color Code

In the HSL color space, this color has a hue angle of 188°, a saturation of 54%, and a lightness of 57%. The HSV representation shows a hue of 188°, a saturation of 58%, and a value of 80%.

  • HEX: #55BCCC
  • RGB: rgb(85, 188, 204)
  • HSL: hsl(188, 54%, 57%)
  • HSV: hsv(188, 58%, 80%)
  • CMYK: 58.00% cyan, 8.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 31.97, 41.73, 48.13
  • Yxy: 41.73, 0.2624, 0.3425
  • Hunter Lab: 70.69, -27.60, -17.65
  • CIE-Lab: 70.69, -27.60, -17.65

In the XYZ color space, this color is represented as X: 31.97, Y: 41.73, Z: 48.13. The Yxy representation further refines this as Y: 41.73, x: 0.2624, and y: 0.3425.

In the Hunter Lab color space, this color is represented as L: 70.69, a: -27.60, and b: -17.65. Similarly, in the CIE-Lab color space, it is represented as L: 70.69, a: -27.60, and b: -17.65.

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 #55BCCC

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

Analogous Colors of #55BCCC

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

Monochromatic Colors of #55BCCC

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

Complementary Color of #55BCCC

The complementary color of #55BCCC 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 #55BCCC

/* Using HEX */
body {
  background-color: #55bccc;
}
/* Using RGB */
body {
  background-color: rgb(85, 188, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(85, 188, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(188, 54%, 57%);
}
/* Text color */
p {
  color: #55bccc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #55bccc;
}
/* Border color */
.box {
  border: 4px solid #55bccc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #55bccc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #55bccc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#55BCCC
On Black Background
#55BCCC
On White Background
#55BCCC

HTML Examples of #55BCCC

<!-- Using HEX -->
<div style="background-color: #55bccc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(85, 188, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(85, 188, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(188, 54%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #55bccc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #55bccc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #55bccc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #55bccc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #55bccc; color: #fff; padding: 16px; border-radius: 8px;">
  #55BCCC
</div>
#55BCCC
On Black Background
#55BCCC
On White Background
#55BCCC

Related Colors of #55BCCC

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