Shades of Bright Turquoise #00E7DD
Tints of Bright Turquoise #00E7DD
RGB
CMYK
RGB Variations
Color information
#00E7DD (or 0x00E7DD) is known color: Bright Turquoise. HEX triplet: 00, E7 and DD. RGB value is (0,231,221). Sum of RGB (Red+Green+Blue) = 0+231+221=452 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #00E7DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E7DD is #FF1822. Grayscale: #A0A0A0. Windows color (decimal): -16717859 or 14542592. OLE color: 14542592.
HSL color Cylindrical-coordinate representation of color #00E7DD: hue angle of 177.4º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E7DD is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 231 | 221 | - |
| CMYK | 1 | 0 | 0.04 | 0.09 |
| HSL | 177.4º | 1% | 0.45% | - |
| HSV(B) | 177.4º | 1% | 0.91% | - |
| XYZ | 41.63 | 62.37 | 78.25 | - |
| YUV | 160.79 | 161.97 | 13.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 231 | 221 | 1 | 0 | 0.04 | 0.09 | 177.4 | 1 | 0.45 |
| Hex | 0 | E7 | DD | 64 | 0 | 4 | 9 | B1 | 64 | 2D |
| Octal | 0 | 347 | 335 | 144 | 0 | 4 | 11 | 261 | 144 | 55 |
| Binary | 0 | 11100111 | 11011101 | 1100100 | 0 | 100 | 1001 | 10110001 | 1100100 | 101101 |
Color Harmonies of #00E7DD
Complementary color
Monochromatic Colors of #00E7DD
Black with #00E7DD
Text Example
Text Example
White with #00E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E7DD; }
p { color: rgb(0,231,221); }
H1.HeaderClassName
{
color: #00E7DD;
}
.AnyTagClassName
{
color: #00E7DD;
}
</style>
background-color css
<style>
a { background-color: #00E7DD; }
a { background-color: rgb(0,231,221); }
div.DivClassName
{
background-color: #00E7DD;
}
.BgClassName
{
background-color: #00E7DD;
}
</style>
border-color css
<style>
span { border-color: #00E7DD; }
span { border-color: rgb(0,231,221); }
td.TdClassName
{
border-color: #00E7DD;
}
.TagClassName
{
border-color: #00E7DD;
}
</style>