Skip to content

CSS named color

MediumTurquoise #48D1CC

MediumTurquoise (CSS keyword mediumturquoise) has the hex code #48D1CC and the RGB value rgb(72, 209, 204): a light, moderately saturated cyan.

MediumTurquoise#48D1CC

A slightly muted turquoise (#48d1cc), less saturated than both turquoise and darkturquoise. Common in aquatic and travel themes.

Color codes for MediumTurquoise

Color codes for MediumTurquoise
CSS keywordmediumturquoise
HEX#48D1CC
RGBrgb(72, 209, 204)
HSLhsl(178, 60%, 55%)
HWBhwb(178 28% 18%)
OKLCHoklch(78.7% 0.116 191.6)
CMYK (naive, no ICC profile)cmyk(66%, 0%, 2%, 18%)
Decimal4,772,300
Hue familyCyans and teals

Contrast and accessibility

On mediumturquoise, black text has a contrast ratio of 11.26:1 and passes AAA at any text size; white text reaches 1.86:1.

WCAG 2.2 contrast ratios (success criteria 1.4.3 and 1.4.6: AA needs 4.5:1 for normal text and 3:1 for large text, AAA needs 7:1 and 4.5:1). APCA Lc is the lightness contrast from the APCA-W3 0.0.98G model proposed for WCAG 3; a higher absolute value is more readable, and Lc 75 is its suggested minimum for body text.

Contrast and accessibility
PairRatioAAAA largeAAAAAA largeAPCA Lc
Black text on mediumturquoise11.26:1PassPassPassPass69.0
White text on mediumturquoise1.86:1FailFailFailFail−39.0
Mediumturquoise text on white1.86:1FailFailFailFail34.8
Mediumturquoise text on black11.26:1PassPassPassPass−67.7

Tints and shades

Each step mixes mediumturquoise with white (tints) or black (shades) in gamma-encoded sRGB, the same result as color-mix(in srgb, mediumturquoise, white 25%) in CSS.

Tints (mixed with white)

  1. 5%
    #51d3cf
  2. 15%
    #63d8d4
  3. 25%
    #76ddd9
  4. 35%
    #88e1de
  5. 45%
    #9ae6e3
  6. 55%
    #adeae8
  7. 65%
    #bfefed
  8. 75%
    #d1f4f2
  9. 85%
    #e4f8f7
  10. 95%
    #f6fdfc

Shades (mixed with black)

  1. 5%
    #44c7c2
  2. 15%
    #3db2ad
  3. 25%
    #369d99
  4. 35%
    #2f8885
  5. 45%
    #287370
  6. 55%
    #205e5c
  7. 65%
    #194947
  8. 75%
    #123433
  9. 85%
    #0b1f1f
  10. 95%
    #040a0a

Color harmonies

Rotating the hue in OKLCH while keeping lightness and chroma, mediumturquoise's complementary color is #FA9AA6 (close to lightsalmon), its analogous colors are #6ED1A2 and #54CAEE, and its triadic partners are #D2A4F0 and #E8AD61. For text on top, black gives the higher contrast.

Color harmonies
HarmonyRotationColor
Complementary+180°#fa9aa6
Analogous−30°, +30°#6ed1a2#54caee
Triadic+120°, +240°#d2a4f0#e8ad61
Split-complementary+150°, +210°#ed9bcf#f9a07e

Computed in OKLCH: the hue is rotated by 180° (complementary), ±30° (analogous), ±120° (triadic) and 180° ±30° (split-complementary) while lightness and chroma stay fixed. Results that fall outside sRGB are brought back with the CSS Color 4 gamut mapping algorithm. Because this uses OKLCH, the values differ from tools that rotate hue in HSL, but every color keeps the same perceived lightness.

Warm or cool?

MediumTurquoise is a cool color: its hue is 178° on the HSL wheel, in the green, blue and violet range that is conventionally called cool.

Nearest named and Tailwind colors

Distance is ΔE OK, the Euclidean distance in OKLab multiplied by 100. Values under about 2 are hard to tell apart side by side.

Nearest CSS named colors

Nearest CSS named colors
ColorHEXΔE OK
darkturquoise#00ced12.4
turquoise#40e0d04.1
mediumaquamarine#66cdaa4.6

Nearest Tailwind v4 colors

Nearest Tailwind v4 colors
ColorHEXΔE OK
teal-400#00d5be4.3
cyan-400#00d3f26.0
teal-300#46ecd57.5

Code snippets

CSS
.element {
  color: mediumturquoise;
  background-color: #48d1cc;
  border-color: rgb(72 209 204);
  outline-color: oklch(78.7% 0.116 191.6);
}
Tailwind CSS
<div class="bg-[#48d1cc] text-black">...</div>

/* or register it once in your CSS (Tailwind v4) */
@theme {
  --color-mediumturquoise: #48d1cc;
}
/* then use bg-mediumturquoise, text-mediumturquoise, border-mediumturquoise */
SwiftUI
import SwiftUI

extension Color {
  static let mediumturquoise = Color(red: 0.282, green: 0.820, blue: 0.800)
}
Jetpack Compose
import androidx.compose.ui.graphics.Color

val Mediumturquoise = Color(0xFF48D1CC)
Flutter
import 'package:flutter/material.dart';

const mediumturquoise = Color(0xFF48D1CC);
Android XML
<!-- res/values/colors.xml -->
<color name="mediumturquoise">#48D1CC</color>

Frequently asked questions

What is the hex code for mediumturquoise?
The hex code for mediumturquoise is #48D1CC. The same color is rgb(72, 209, 204), hsl(178, 60%, 55%) and oklch(78.7% 0.116 191.6), and in CSS you can also write the keyword mediumturquoise directly.
Is mediumturquoise a warm or cool color?
MediumTurquoise is a cool color: its hue is 178° on the HSL wheel, in the green, blue and violet range that is conventionally called cool.
What colors go with mediumturquoise?
Rotating the hue in OKLCH while keeping lightness and chroma, mediumturquoise's complementary color is #FA9AA6 (close to lightsalmon), its analogous colors are #6ED1A2 and #54CAEE, and its triadic partners are #D2A4F0 and #E8AD61. For text on top, black gives the higher contrast.
Can you use white text on mediumturquoise?
White text on mediumturquoise has a contrast ratio of 1.86:1, which fails AA even for large text under WCAG 2.2. Black text reaches 11.26:1 and passes both AA and AAA. In APCA terms that is Lc −39.0 for white and Lc 69.0 for black.
What is the RGB value of mediumturquoise?
MediumTurquoise is rgb(72, 209, 204): red 72, green 209 and blue 204 on the 0 to 255 scale, or 28.2%, 82.0% and 80.0%. As a decimal integer it is 4772300.

Last reviewed by Arielton Oberek.