What is hex #48D1CC color?

 
The hex code #48D1CC is also know by an other name that is Medium Turquoise.
This color is composed of 72% red, 209% green and 204% blue. So we can say that the RGB value is (72,209,204)
You need to use it for a printer? The CMYK colors code equivalent of hex #48D1CC is C:66 M:0 Y:2, K:18) .
In the HSV/HSB scale, #48D1CC has a hue of 178°, 66% saturation and a brightness value of 82%.
If you want to know all about the hex #48D1CC, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #48D1CC (complementary, analogous, triadic, tetradic...).

Hex #48D1CC Color Codes & Equivalents

Color Name [Medium Turquoise]
RGB Values (72,209,204)
CMYK Values (66%, 0%, 2%, 18%)
HSV/HSB Values (178°, 66%, 82%)
Closest Web Safe
#33CCCC
Inverse Color
#b72e33
Closest Pantone®
3252 C
Closest RAL
RAL 6027 [Light green]
Complementary Color
#d1484d

#48D1CC Converted to Grayscale Codes

Average
#a2a2a2
Lightness (Desaturation)
#8d8d8d
Weighted (BT601)
#a7a7a7
Luma (BT709)
#b4b4b4

Hex #48D1CC Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #48D1CC is #d1484d. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #48D1CC you will find #d1484d. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#48D1CC #d1484d

Analogous Palette

The analogous color scheme of #48D1CC is composed with colors #48D187 and #4891D1. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #48D1CC with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#48D187 #48D1CC #4891D1

Split-Complementary Palette

The split-complementary color scheme of #48D1CC is composed with colors #D18748 and #D14891. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#48D1CC #D18748 #D14891

Triadic Palette

The triadic color scheme of #48D1CC is composed with colors #D1CC48 and #CC48D1. They are located to the right and left of your main color #48D1CC with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#48D1CC #D1CC48 #CC48D1

Tetradic Palette

The tetradic color scheme of #48D1CC is composed with colors #CC48D1, #D1484D and #4DD148 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#48D1CC #CC48D1 #D1484D #4DD148

Square Palette

The square color scheme of #48D1CC is composed with colors #8748D1, #D1484D and #91D148 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#48D1CC #8748D1 #D1484D #91D148

Tints, Tones & Shades of Hex #48D1CC

Tints

Tints are created by adding white, resulting in lighter shades of #48D1CC.

#48D1CC #58D5D0 #68D9D5 #78DDD9 #89E1DE #99E5E2 #A9E9E7 #BAEDEB

Tones

Tones are made by mixing with gray, softening the original color.

#48D1CC #53C5C1 #5EBAB7 #69AFAC #74A4A2 #809897 #8B8D8D #8C8C8C

Shades

Shades result from adding black, creating darker variations.

#48D1CC #37CCC7 #30BFBA #2CAFAA #289F9A #238F8B #1F7E7B #1B6E6B

Hex #48D1CC in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #48D1CC
Java new Color(72,209,204);
Python Color(#48D1CC)
.NET Color.FromArgb(255, 72,209,204);
Swift / iOS UIColor(red: 0.28, green: 0.82, blue: 0.8, alpha: 1)
Kotlin / Android Color.rgb(72, 209, 204)