Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
The numOctaves attribute defines the number of octaves for the noise function of the <feTurbulence> primitive.
An octave is a noise function defined by its frequency and amplitude. A turbulence is built by accumulating several octaves with increasing frequencies and decreasing amplitudes. The higher the number of octaves, the more natural the noise looks. Though more octaves also require more calculations, resulting in a negative impact on performance.
You can use this attribute with the following SVG elements:
| <integer> |
| 1 |
| Yes |
Defines the number of octaves. Negative values are forbidden.
| Filter Effects Module Level 1 # element-attrdef-feturbulence-numoctaves |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jul 1, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.