#52cecc
a balanced, vivid cyan · cool · closest name: Medium Turquoise
At a glance
Every number on this page in one read: what #52cecc is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #52cecc |
| RGB | rgb(82, 206, 204) |
| HSL | hsl(179, 56%, 57%) |
| CMYK | cmyk(60%, 0%, 1%, 19%) |
| LAB | lab(76.3 -34.4 -9.3) |
| LCH | lch(76.3 35.6 195.1) |
| OKLCH | oklch(0.782 0.109 193.7) |
| Decimal | 5426892 |
| Display P3 | color(display-p3 0.322 0.808 0.800) |
Copy-ready code
/* CSS */
color: #52cecc;
background-color: #52cecc;
/* Tailwind (arbitrary) */
class="text-[#52cecc] bg-[#52cecc]"
/* SCSS */
$brand: #52cecc;
/* SwiftUI */
Color(red: 0.322, green: 0.808, blue: 0.800)
/* Android */
Color.parseColor("#52cecc")
/* Flutter */
Color(0xFF52CECC)
/* Python / OpenCV (BGR) */
(204, 206, 82)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #52cecc is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4FBFB;
--brand-100: #E9F6F6;
--brand-200: #CEEEEE;
--brand-300: #A8E6E5;
--brand-400: #7CDAD8;
--brand-500: #52cecc;
--brand-600: #36BFBD;
--brand-700: #2D9F9D;
--brand-800: #247F7E;
--brand-900: #1E5D5C;
--brand-950: #133A39;
--brand: #52cecc;
--brand-ink: #000000;
}Colors that work with #52cecc
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #52cecc
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #CE5254 | Directly opposite — maximum tension | |
| Analogous left | #52CE8E | Neighbour, quieter | |
| Analogous right | #5292CE | Neighbour, quieter | |
| Split-complement 1 | #CE5292 | Contrast without the clash | |
| Split-complement 2 | #CE8E52 | Contrast without the clash | |
| Triadic 1 | #CC52CE | Even thirds — balanced and loud | |
| Triadic 2 | #CECC52 | Even thirds — balanced and loud | |
| Tetradic | #8E52CE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#52cecc text on a black background
contrast 11.06:1
#52cecc text on a white background
contrast 1.90:1
CSS3 live lab
The quick brown fox
color: #52cecc;
background-color: #52cecc;
Glowing headline
text-shadow: 2px 2px 8px #52cecc;
Soft neon halo
text-shadow: 0 0 14px rgba(82, 206, 204, 0.45);
box-shadow: 0 12px 32px -8px rgba(82, 206, 204, 0.45);
border: 3px solid #52cecc; background: linear-gradient(135deg, #52cecc, #527DCE);
Monochromatic scale
Palettes built from #52cecc
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Turquoise (#40e0d0) — ΔE2000 6.4 away, with its history, psychology and brand usage.
#52cecc in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#52cecc, answered
What color is #52cecc?
#52cecc is a balanced vivid cyan, closest to Medium Turquoise (ΔE2000 1.5). It sits at 179° on the hue wheel with 56% saturation and 57% lightness, which reads as cool.
What is the RGB value of #52cecc?
rgb(82, 206, 204) — 82 red, 206 green and 204 blue out of 255, or 32.2% / 80.8% / 80% by channel.
Is #52cecc a light or a dark color?
It is a light color. Relative luminance is 0.5030 and perceived brightness is 70%, so black text on it reaches 11.06:1.
Should I use black or white text on #52cecc?
Black. It scores 11.06:1 against #52cecc, versus 1.90:1 for white — AAA at any size.
What is the complementary color of #52cecc?
#CE5254 sits directly opposite on the wheel. Softer options are the split-complements #CE5292 and #CE8E52, which give the same contrast with far less vibration.
What colors go well with #52cecc?
For interface work: #F4FAFA as the surface, #C0EDEC for borders, #4B9B9A for secondary text, #D34E71 as an accent and #1C6362 for hover and pressed states. For a palette, the analogous pair #52CE8E and #5292CE stays calm, while #CE5254 is the loudest partner.
What is #52cecc in CMYK for printing?
cmyk(60%, 0%, 1%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #52cecc warm or cool?
Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #52CE9F; nudged cooler, #50A8D0.