Shades of Bright Turquoise #00E5C6
Tints of Bright Turquoise #00E5C6
RGB
CMYK
RGB Variations
Color information
#00E5C6 (or 0x00E5C6) is known color: Bright Turquoise. HEX triplet: 00, E5 and C6. RGB value is (0,229,198). Sum of RGB (Red+Green+Blue) = 0+229+198=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 229 (89.84% from 255 or 53.63% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 229 - color contains mainly: green. Hex color #00E5C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E5C6 is #FF1A39. Grayscale: #9C9C9C. Windows color (decimal): -16718394 or 13034752. OLE color: 13034752.
HSL color Cylindrical-coordinate representation of color #00E5C6: hue angle of 171.88º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E5C6 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 229 | 198 | - |
| CMYK | 1 | 0 | 0.14 | 0.10 |
| HSL | 171.88º | 1% | 0.45% | - |
| HSV(B) | 171.88º | 1% | 0.9% | - |
| XYZ | 38.21 | 60.12 | 63.02 | - |
| YUV | 157 | 151.13 | 16.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 229 | 198 | 1 | 0 | 0.14 | 0.10 | 171.88 | 1 | 0.45 |
| Hex | 0 | E5 | C6 | 64 | 0 | E | A | AC | 64 | 2D |
| Octal | 0 | 345 | 306 | 144 | 0 | 16 | 12 | 254 | 144 | 55 |
| Binary | 0 | 11100101 | 11000110 | 1100100 | 0 | 1110 | 1010 | 10101100 | 1100100 | 101101 |
Color Harmonies of #00E5C6
Complementary color
Monochromatic Colors of #00E5C6
Black with #00E5C6
Text Example
Text Example
White with #00E5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E5C6; }
p { color: rgb(0,229,198); }
H1.HeaderClassName
{
color: #00E5C6;
}
.AnyTagClassName
{
color: #00E5C6;
}
</style>
background-color css
<style>
a { background-color: #00E5C6; }
a { background-color: rgb(0,229,198); }
div.DivClassName
{
background-color: #00E5C6;
}
.BgClassName
{
background-color: #00E5C6;
}
</style>
border-color css
<style>
span { border-color: #00E5C6; }
span { border-color: rgb(0,229,198); }
td.TdClassName
{
border-color: #00E5C6;
}
.TagClassName
{
border-color: #00E5C6;
}
</style>