Color: #57CADB

#57CADB Color Information

#57CADB is a light color. The closest websafe version is #57CADB. A complement of this color would be #DB6857, perceived brightness is 0.66, and the grayscale version is #999999.

In the HSL color space, this color has a hue angle of 188°,a saturation of 65%, and a lightness of 60%.The HSV representation shows a hue of 188°, a saturation of 60%, and a value of 86%.

In a RGB color space, #57CADB is composed of 34% red, 79% green and 86% blue. Whereas in a CMYK color space, it is composed of 60% cyan, 8% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 48.75, x: 0.2603, and y: 0.3427.

Color Code #57CADB

#57CADBrgb(87, 202, 219)
HEX
#57CADB
RGB
rgb(87, 202, 219)
HSL
hsl(188, 65%, 60%)
HSV
hsv(188, 60%, 86%)
CMYK
60%, 8%, 0%, 14%
XYZ
X: 37.03, Y: 48.75, Z: 56.46
Lab
L: 75.30, a: -30.08, b: -18.82
Name

Shades of Color #57CADB

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

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

#57CADBrgb(87, 202, 219)

About #57CADB Color Code

In the HSL color space, this color has a hue angle of 188°, a saturation of 65%, and a lightness of 60%. The HSV representation shows a hue of 188°, a saturation of 60%, and a value of 86%.

  • HEX: #57CADB
  • RGB: rgb(87, 202, 219)
  • HSL: hsl(188, 65%, 60%)
  • HSV: hsv(188, 60%, 86%)
  • CMYK: 60.00% cyan, 8.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 37.03, 48.75, 56.46
  • Yxy: 48.75, 0.2603, 0.3427
  • Hunter Lab: 75.30, -30.08, -18.82
  • CIE-Lab: 75.30, -30.08, -18.82

In the XYZ color space, this color is represented as X: 37.03, Y: 48.75, Z: 56.46. The Yxy representation further refines this as Y: 48.75, x: 0.2603, and y: 0.3427.

In the Hunter Lab color space, this color is represented as L: 75.30, a: -30.08, and b: -18.82. Similarly, in the CIE-Lab color space, it is represented as L: 75.30, a: -30.08, and b: -18.82.

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 #57CADB

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

Analogous Colors of #57CADB

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

Split Complementary Colors of #57CADB

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

Tetradic Colors of #57CADB

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

Monochromatic Colors of #57CADB

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

Complementary Color of #57CADB

The complementary color of #57CADB 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 #57CADB

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

HTML Examples of #57CADB

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

Related Colors of #57CADB

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