Shades of Bright Turquoise #00E9C9
Tints of Bright Turquoise #00E9C9
RGB
CMYK
RGB Variations
Color information
#00E9C9 (or 0x00E9C9) is known color: Bright Turquoise. HEX triplet: 00, E9 and C9. RGB value is (0,233,201). Sum of RGB (Red+Green+Blue) = 0+233+201=434 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 434); Green value is 233 (91.41% from 255 or 53.69% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 233 - color contains mainly: green. Hex color #00E9C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00E9C9 is #FF1636. Grayscale: #9F9F9F. Windows color (decimal): -16717367 or 13232384. OLE color: 13232384.
HSL color Cylindrical-coordinate representation of color #00E9C9: hue angle of 171.76º 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 #00E9C9 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 233 | 201 | - |
| CMYK | 1 | 0 | 0.14 | 0.09 |
| HSL | 171.76º | 1% | 0.46% | - |
| HSV(B) | 171.76º | 1% | 0.91% | - |
| XYZ | 39.68 | 62.49 | 65.23 | - |
| YUV | 159.69 | 151.31 | 14.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 201 | 1 | 0 | 0.14 | 0.09 | 171.76 | 1 | 0.46 |
| Hex | 0 | E9 | C9 | 64 | 0 | E | 9 | AC | 64 | 2E |
| Octal | 0 | 351 | 311 | 144 | 0 | 16 | 11 | 254 | 144 | 56 |
| Binary | 0 | 11101001 | 11001001 | 1100100 | 0 | 1110 | 1001 | 10101100 | 1100100 | 101110 |
Color Harmonies of #00E9C9
Complementary color
Monochromatic Colors of #00E9C9
Black with #00E9C9
Text Example
Text Example
White with #00E9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E9C9; }
p { color: rgb(0,233,201); }
H1.HeaderClassName
{
color: #00E9C9;
}
.AnyTagClassName
{
color: #00E9C9;
}
</style>
background-color css
<style>
a { background-color: #00E9C9; }
a { background-color: rgb(0,233,201); }
div.DivClassName
{
background-color: #00E9C9;
}
.BgClassName
{
background-color: #00E9C9;
}
</style>
border-color css
<style>
span { border-color: #00E9C9; }
span { border-color: rgb(0,233,201); }
td.TdClassName
{
border-color: #00E9C9;
}
.TagClassName
{
border-color: #00E9C9;
}
</style>