Bright Teal Color

What Color is Bright Teal?

Bright teal is a strong blue-green. It looks shiny like tropical water in sun.

#00CED1
FormatCodeImage
Hex
#00CED1
Bright Teal Color Code
RGB
0, 206, 209
HSL
181, 100%, 41%
CMYK
100%, 1%, 0%, 18%
OKLCH
oklch(0.772 0.131 197)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF1.95:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000010.75:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F51.79:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A8.91:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333336.47:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Bright Teal Color */
:root {
  --color-bright-teal-color: #00CED1;
  --color-bright-teal-color-rgb: 0, 206, 209;
}

.element {
  background-color: var(--color-bright-teal-color);
  color: rgba(var(--color-bright-teal-color-rgb), 0.8);
}
SCSS
// Bright Teal Color Variables
$bright-teal-color: #00CED1;
$bright-teal-color-rgb: 0, 206, 209;

// Usage
.element {
  background-color: $bright-teal-color;
  border-color: darken($bright-teal-color, 10%);
  box-shadow: 0 4px 6px rgba($bright-teal-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'bright-teal-color': '#00CED1',
        'bright-teal-color-light': '#1FFBFF',
        'bright-teal-color-dark': '#008285',
      },
    },
  },
}
JSON
{
  "name": "Bright Teal Color",
  "hex": "#00CED1",
  "rgb": {
    "r": 0,
    "g": 206,
    "b": 209
  },
  "hsl": {
    "h": 181,
    "s": 100,
    "l": 41
  }
}

Visual Usage Examples

See how Bright Teal Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial