Periodic Table Studio

Explore a clickable periodic table with live element details, color modes, and linked electron configuration data

Example Results

1 examples

Open the periodic table focused on oxygen

Render the studio with Oxygen selected and category-based coloring.

Periodic Table Studio
View input parameters
{ "selectedElement": "O", "searchQuery": "oxy", "colorMode": "category" }

Key Facts

Category
Science & Education
Input Types
text, select
Output Type
html
Sample Coverage
1
API Ready
Yes

Overview

Periodic Table Studio is an interactive, clickable periodic table designed to help students, educators, and chemistry enthusiasts explore chemical elements, atomic weights, and electron configurations. Users can search for specific elements, highlight them by atomic number or symbol, and toggle between different color modes like category, state, or block.

When to Use

  • When studying or teaching chemistry and needing a visual, interactive reference for element properties.
  • When analyzing electron configurations, atomic weights, and chemical groups for specific elements.
  • When comparing elements based on physical states, blocks, or chemical categories using color-coded visualizations.

How It Works

  • Enter an element symbol or atomic number in the Selected Element field to focus on a specific element.
  • Use the Search Query field to filter or find elements by name or partial text.
  • Select a Color Mode (Category, State, or Block) to dynamically update the visual grouping of the periodic table.
  • Interact with the generated HTML table to view live details, including electron configurations and atomic weights.

Use Cases

Visualizing electron configurations for chemistry homework and exam preparation.
Comparing element properties across different blocks and states of matter during lab research.
Creating customized, color-coded periodic table views for educational presentations.

Examples

1. Exploring Oxygen Properties

Chemistry Student
Background
A student is writing a lab report on oxygen and needs to verify its atomic weight and electron configuration.
Problem
Quickly locating oxygen on the periodic table and viewing its detailed atomic structure.
How to Use
Set the Selected Element to 'O', enter 'oxy' in the Search Query, and select 'category' for the Color Mode.
Example Config
{
  "selectedElement": "O",
  "searchQuery": "oxy",
  "colorMode": "category"
}
Outcome
An interactive periodic table highlighting Oxygen with its category color, displaying its electron configuration and atomic details.

2. Teaching Element Blocks

High School Chemistry Teacher
Background
A teacher wants to explain the s, p, d, and f blocks of the periodic table to a class.
Problem
Showing a clear, color-coded visual representation of orbital blocks.
How to Use
Set the Color Mode option to 'block' and leave the search query empty to display the entire table.
Example Config
{
  "colorMode": "block"
}
Outcome
A fully color-coded periodic table grouped by orbital blocks, making it easy for students to distinguish between s, p, d, and f elements.

Try with Samples

science-&-education

FAQ

How can I search for a specific element?

Enter the element's name, symbol, or atomic number in the search query or selected element fields to highlight it.

What color modes are available?

You can color-code the table by chemical category, physical state of matter, or orbital block (s, p, d, f).

Does the tool display electron configurations?

Yes, selecting an element displays its detailed electron configuration alongside other atomic properties.

Can I input an atomic number instead of a symbol?

Yes, the selected element field accepts both chemical symbols like 'O' and atomic numbers like '8'.

Is this tool suitable for classroom demonstrations?

Yes, the interactive HTML output makes it ideal for displaying on screens during chemistry lectures and study sessions.

API Documentation

Request Endpoint

POST /en/api/tools/periodic-table-studio

Request Parameters

Parameter Name Type Required Description
selectedElement text No -
searchQuery text No -
colorMode select Yes -

Response Format

{
  "result": "
Processed HTML content
", "error": "Error message (optional)", "message": "Notification message (optional)", "metadata": { "key": "value" } }
HTML: HTML

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-periodic-table-studio": {
      "name": "periodic-table-studio",
      "description": "Explore a clickable periodic table with live element details, color modes, and linked electron configuration data",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=periodic-table-studio",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]