GUIDES · 2026-07-15 · 7 min read

Famous Mandelbrot Zoom Coordinates (With Live One-Click Links)

A curated tour of the Mandelbrot set's most famous regions — Seahorse Valley, Elephant Valley, the Triple Spiral, mini-Mandelbrots and more — each with the exact coordinates and a live link that opens it in your browser.

The Mandelbrot set has famous landmarks the way a country has famous cities — specific coordinates that legendary zoom videos return to again and again. This guide lists the classic ones with their exact center coordinates, and every entry is a live link: click it and Vortexia opens a gently animating view centered right on that spot, running the real z → z² + c math on your GPU. No download, no account.

How to read the coordinates

Each landmark is given as a center point (cx, cy) on the complex plane and a zoom level. cx is the real (horizontal) part, cy is the imaginary (vertical) part, and higher zoom means you are magnified deeper into the boundary. Vortexia renders with single-precision GPU math, so these are all shallow, beautiful landmarks that stay crisp — the kind of places you can actually sit and watch, rather than the extreme million-times zooms that need special arbitrary-precision engines.

The classic Mandelbrot landmarks

Click any location to open it live:

Why some coordinates need higher iterations

The deeper you zoom, the more points sit right on the knife-edge of the boundary — and those points need more iterations of z → z² + c before you can tell whether they escape. That is why the valley links use 400–500 iterations while the home view only needs about 120. Too few iterations and fine filaments dissolve into black; enough iterations and the detail sharpens back up. It is the single most important setting when you explore.

Explore your own coordinates

Every Vortexia demo link is just a URL you can edit. Change cx and cy to recenter, raise zoom to magnify, bump iter for more detail, and set color (0–360) to recolor. For example, /demo?type=mandelbrot&cx=-0.75&cy=0.1&zoom=50&iter=450&color=180 drops you into a fresh corner of Seahorse Valley. Copy a link, tweak the numbers, and you have your own coordinate to share.

About the author

Yusuf @ Vortexia — Vortexia Engine Creator.

Yusuf builds Vortexia — a browser-based, GPU-accelerated audio-reactive visual engine used by streamers and DJs on Twitch, Kick, YouTube Live and TikTok Live.