Color: #39CCEC

#39CCEC Color Information

#39CCEC is a light color. The closest websafe version is #39CCEC. A complement of this color would be #EB5837, perceived brightness is 0.64, and the grayscale version is #939393.

In the HSL color space, this color has a hue angle of 191°,a saturation of 82%, and a lightness of 57%.The HSV representation shows a hue of 191°, a saturation of 76%, and a value of 93%.

In a RGB color space, #39CCEC is composed of 22% red, 80% green and 93% blue. Whereas in a CMYK color space, it is composed of 76% cyan, 14% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 49.28, x: 0.2434, and y: 0.3239.

Color Code #39CCEC

#39CCECrgb(57, 204, 236)
HEX
#39CCEC
RGB
rgb(57, 204, 236)
HSL
hsl(191, 82%, 57%)
HSV
hsv(191, 76%, 93%)
CMYK
76%, 14%, 0%, 7%
XYZ
X: 37.04, Y: 49.28, Z: 65.83
Lab
L: 75.63, a: -31.48, b: -27.51
Name

Shades of Color #39CCEC

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

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

#39CCECrgb(57, 204, 236)

About #39CCEC Color Code

In the HSL color space, this color has a hue angle of 191°, a saturation of 82%, and a lightness of 57%. The HSV representation shows a hue of 191°, a saturation of 76%, and a value of 93%.

  • HEX: #39CCEC
  • RGB: rgb(57, 204, 236)
  • HSL: hsl(191, 82%, 57%)
  • HSV: hsv(191, 76%, 93%)
  • CMYK: 76.00% cyan, 14.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 37.04, 49.28, 65.83
  • Yxy: 49.28, 0.2434, 0.3239
  • Hunter Lab: 75.63, -31.48, -27.51
  • CIE-Lab: 75.63, -31.48, -27.51

In the XYZ color space, this color is represented as X: 37.04, Y: 49.28, Z: 65.83. The Yxy representation further refines this as Y: 49.28, x: 0.2434, and y: 0.3239.

In the Hunter Lab color space, this color is represented as L: 75.63, a: -31.48, and b: -27.51. Similarly, in the CIE-Lab color space, it is represented as L: 75.63, a: -31.48, and b: -27.51.

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 #39CCEC

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

Analogous Colors of #39CCEC

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

Monochromatic Colors of #39CCEC

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

Complementary Color of #39CCEC

The complementary color of #39CCEC 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 #39CCEC

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

HTML Examples of #39CCEC

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

Related Colors of #39CCEC

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