Shades of Bright Turquoise #00ECCC
Tints of Bright Turquoise #00ECCC
RGB
CMYK
RGB Variations
Color information
#00ECCC (or 0x00ECCC) is known color: Bright Turquoise. HEX triplet: 00, EC and CC. RGB value is (0,236,204). Sum of RGB (Red+Green+Blue) = 0+236+204=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECCC is #FF1333. Grayscale: #A1A1A1. Windows color (decimal): -16716596 or 13429760. OLE color: 13429760.
HSL color Cylindrical-coordinate representation of color #00ECCC: hue angle of 171.86º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ECCC is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 204 | - |
| CMYK | 1 | 0 | 0.14 | 0.07 |
| HSL | 171.86º | 1% | 0.46% | - |
| HSV(B) | 171.86º | 1% | 0.93% | - |
| XYZ | 40.89 | 64.35 | 67.39 | - |
| YUV | 161.79 | 151.81 | 12.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 204 | 1 | 0 | 0.14 | 0.07 | 171.86 | 1 | 0.46 |
| Hex | 0 | EC | CC | 64 | 0 | E | 7 | AC | 64 | 2E |
| Octal | 0 | 354 | 314 | 144 | 0 | 16 | 7 | 254 | 144 | 56 |
| Binary | 0 | 11101100 | 11001100 | 1100100 | 0 | 1110 | 111 | 10101100 | 1100100 | 101110 |
Color Harmonies of #00ECCC
Complementary color
Monochromatic Colors of #00ECCC
Black with #00ECCC
Text Example
Text Example
White with #00ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECCC; }
p { color: rgb(0,236,204); }
H1.HeaderClassName
{
color: #00ECCC;
}
.AnyTagClassName
{
color: #00ECCC;
}
</style>
background-color css
<style>
a { background-color: #00ECCC; }
a { background-color: rgb(0,236,204); }
div.DivClassName
{
background-color: #00ECCC;
}
.BgClassName
{
background-color: #00ECCC;
}
</style>
border-color css
<style>
span { border-color: #00ECCC; }
span { border-color: rgb(0,236,204); }
td.TdClassName
{
border-color: #00ECCC;
}
.TagClassName
{
border-color: #00ECCC;
}
</style>