Shades of Bright Turquoise #00E9DD
Tints of Bright Turquoise #00E9DD
RGB
CMYK
RGB Variations
Color information
#00E9DD (or 0x00E9DD) is known color: Bright Turquoise. HEX triplet: 00, E9 and DD. RGB value is (0,233,221). Sum of RGB (Red+Green+Blue) = 0+233+221=454 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 454); Green value is 233 (91.41% from 255 or 51.32% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 233 - color contains mainly: green. Hex color #00E9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E9DD is #FF1622. Grayscale: #A1A1A1. Windows color (decimal): -16717347 or 14543104. OLE color: 14543104.
HSL color Cylindrical-coordinate representation of color #00E9DD: hue angle of 176.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E9DD is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 221 | - |
| CMYK | 1 | 0 | 0.05 | 0.09 |
| HSL | 176.91º | 1% | 0.46% | - |
| HSV(B) | 176.91º | 1% | 0.91% | - |
| XYZ | 42.19 | 63.5 | 78.44 | - |
| YUV | 161.97 | 161.31 | 12.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 221 | 1 | 0 | 0.05 | 0.09 | 176.91 | 1 | 0.46 |
| Hex | 0 | E9 | DD | 64 | 0 | 5 | 9 | B1 | 64 | 2E |
| Octal | 0 | 351 | 335 | 144 | 0 | 5 | 11 | 261 | 144 | 56 |
| Binary | 0 | 11101001 | 11011101 | 1100100 | 0 | 101 | 1001 | 10110001 | 1100100 | 101110 |
Color Harmonies of #00E9DD
Complementary color
Monochromatic Colors of #00E9DD
Black with #00E9DD
Text Example
Text Example
White with #00E9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E9DD; }
p { color: rgb(0,233,221); }
H1.HeaderClassName
{
color: #00E9DD;
}
.AnyTagClassName
{
color: #00E9DD;
}
</style>
background-color css
<style>
a { background-color: #00E9DD; }
a { background-color: rgb(0,233,221); }
div.DivClassName
{
background-color: #00E9DD;
}
.BgClassName
{
background-color: #00E9DD;
}
</style>
border-color css
<style>
span { border-color: #00E9DD; }
span { border-color: rgb(0,233,221); }
td.TdClassName
{
border-color: #00E9DD;
}
.TagClassName
{
border-color: #00E9DD;
}
</style>