Color #48CDCB

HEX

#48CDCB

RGB

(72, 205, 203)

Quick Actions

Color Values

Color Space Values
RGB
R: 72, G: 205, B: 203 (28%, 80%, 80%)
CMYK C: 65%, M: 0%, Y: 1%, K: 20%
HSL H: 179°, S: 57%, L: 54%
HSV H: 179°, S: 65%, V: 80%
CIE-LAB L: 75.67, a: -35.79, b: -9.63
CIE-LCH L: 75.67, C: 37.06, H: 195.06
Hunter-Lab L: 70.25, a: -35.05, b: -14.77
Web Safe
#33cccc
Complementary
#cd484a

#48CDCB is a color with RGB values of 72 red, 205 green, and 203 blue (28%, 80%, 80% respectively). In the CMYK color space, it consists of 65% cyan, 0% magenta, 1% yellow, and 20% black. The color has a hue angle of 179°, 57% saturation, and 54% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #33cccc. The complementary color is #cd484a, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #48CDCB

Explore different variations of #48CDCB including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #48CDCB. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #48CDCB

Explore different color combinations and harmonies that work well with #48CDCB.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #48CDCB

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #48CDCB

Text with #48CDCB

This text has a font color of #48CDCB.

<span style="color:#48CDCB;">Text here</span>
.text { color: #48CDCB; }

#48CDCB background color

This paragraph has a background color of #48CDCB.

<p style="background-color:#48CDCB;">Content here</p>
.background { background-color: #48CDCB; }

#48CDCB border color

This element has a border color of #48CDCB.
<div style="border:1px solid #48CDCB;">Content here</div>
.border { border: 1px solid #48CDCB; }

#48CDCB box shadow

This element has a box shadow using #48CDCB.
<div style="box-shadow: 0 4px 6px -1px #48CDCB80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #48CDCB80; }
Copied to clipboard!