An equilateral triangle is the most symmetrical of all triangles: every side is equal, every angle is 60°, and every geometric centre (centroid, incentre, circumcentre and orthocentre) coincides at the same point. That perfect regularity means that if you know any one of the six standard measurements — side, height, area, perimeter, inradius or circumradius — you can compute all the others from a single formula chain.
This calculator accepts the value you already have and returns every other property in one step. It is useful for architecture and structural design, classroom geometry, woodworking and carpentry, tiling and tessellation work, and any engineering problem involving equilateral shapes.
How it works
All six properties of an equilateral triangle flow from a single quantity: the side length a. The calculator first converts whichever input you provide back into a, then applies the full set of formulas:
- Height:
h = a * sqrt(3) / 2 - Perimeter:
P = 3 * a - Area:
A = (sqrt(3) / 4) * a^2 - Inradius:
r = a / (2 * sqrt(3))(one-third of the height) - Circumradius:
R = a / sqrt(3)(two-thirds of the height)
The reverse derivations used when you provide a non-side input are:
- Given height:
a = 2h / sqrt(3) - Given area:
a = sqrt(4A / sqrt(3)) - Given perimeter:
a = P / 3
A small SVG diagram above the inputs labels the vertices A, B, C and shows the dashed altitude (height) from A to the midpoint of BC, so the geometry is always visible alongside the numbers.
Worked example
Suppose you are cutting a decorative equilateral triangle with a side length of 20 cm.
- Height:
20 * sqrt(3) / 2 = 17.321 cm - Perimeter:
3 * 20 = 60 cm - Area:
(sqrt(3) / 4) * 400 = 173.205 cm^2 - Inradius:
20 / (2 * sqrt(3)) = 5.774 cm - Circumradius:
20 / sqrt(3) = 11.547 cm
Notice that the circumradius is exactly twice the inradius, which is always true for equilateral triangles. Also note that the centroid lies one-third of the way up from the base, at height h/3 = 5.774 cm — which equals the inradius. These elegant relationships make equilateral triangles appear throughout architecture, Islamic geometric art, and engineering trusses.
| Side (a) | Height (h) | Area (A) | Perimeter |
|---|---|---|---|
| 5 | 4.330 | 10.825 | 15 |
| 10 | 8.660 | 43.301 | 30 |
| 20 | 17.321 | 173.205 | 60 |
| 50 | 43.301 | 1082.531 | 150 |
Every figure is calculated entirely in your browser. No measurements are uploaded or stored anywhere.