Shades of Bright Turquoise #00E0D1
Tints of Bright Turquoise #00E0D1
RGB
CMYK
RGB Variations
Color information
#00E0D1 (or 0x00E0D1) is known color: Bright Turquoise. HEX triplet: 00, E0 and D1. RGB value is (0,224,209). Sum of RGB (Red+Green+Blue) = 0+224+209=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #00E0D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E0D1 is #FF1F2E. Grayscale: #9B9B9B. Windows color (decimal): -16719663 or 13754368. OLE color: 13754368.
HSL color Cylindrical-coordinate representation of color #00E0D1: hue angle of 175.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E0D1 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 224 | 209 | - |
| CMYK | 1 | 0 | 0.07 | 0.12 |
| HSL | 175.98º | 1% | 0.44% | - |
| HSV(B) | 175.98º | 1% | 0.88% | - |
| XYZ | 38.16 | 57.91 | 69.49 | - |
| YUV | 155.31 | 158.29 | 17.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 224 | 209 | 1 | 0 | 0.07 | 0.12 | 175.98 | 1 | 0.44 |
| Hex | 0 | E0 | D1 | 64 | 0 | 7 | C | B0 | 64 | 2C |
| Octal | 0 | 340 | 321 | 144 | 0 | 7 | 14 | 260 | 144 | 54 |
| Binary | 0 | 11100000 | 11010001 | 1100100 | 0 | 111 | 1100 | 10110000 | 1100100 | 101100 |
Color Harmonies of #00E0D1
Complementary color
Monochromatic Colors of #00E0D1
Black with #00E0D1
Text Example
Text Example
White with #00E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E0D1; }
p { color: rgb(0,224,209); }
H1.HeaderClassName
{
color: #00E0D1;
}
.AnyTagClassName
{
color: #00E0D1;
}
</style>
background-color css
<style>
a { background-color: #00E0D1; }
a { background-color: rgb(0,224,209); }
div.DivClassName
{
background-color: #00E0D1;
}
.BgClassName
{
background-color: #00E0D1;
}
</style>
border-color css
<style>
span { border-color: #00E0D1; }
span { border-color: rgb(0,224,209); }
td.TdClassName
{
border-color: #00E0D1;
}
.TagClassName
{
border-color: #00E0D1;
}
</style>