Shades of Bright Turquoise #00ECD0
Tints of Bright Turquoise #00ECD0
RGB
CMYK
RGB Variations
Color information
#00ECD0 (or 0x00ECD0) is known color: Bright Turquoise. HEX triplet: 00, EC and D0. RGB value is (0,236,208). Sum of RGB (Red+Green+Blue) = 0+236+208=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECD0 is #FF132F. Grayscale: #A2A2A2. Windows color (decimal): -16716592 or 13691904. OLE color: 13691904.
HSL color Cylindrical-coordinate representation of color #00ECD0: hue angle of 172.88º 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 #00ECD0 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 208 | - |
| CMYK | 1 | 0 | 0.12 | 0.07 |
| HSL | 172.88º | 1% | 0.46% | - |
| HSV(B) | 172.88º | 1% | 0.93% | - |
| XYZ | 41.38 | 64.54 | 69.95 | - |
| YUV | 162.24 | 153.81 | 12.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 208 | 1 | 0 | 0.12 | 0.07 | 172.88 | 1 | 0.46 |
| Hex | 0 | EC | D0 | 64 | 0 | C | 7 | AD | 64 | 2E |
| Octal | 0 | 354 | 320 | 144 | 0 | 14 | 7 | 255 | 144 | 56 |
| Binary | 0 | 11101100 | 11010000 | 1100100 | 0 | 1100 | 111 | 10101101 | 1100100 | 101110 |
Color Harmonies of #00ECD0
Complementary color
Monochromatic Colors of #00ECD0
Black with #00ECD0
Text Example
Text Example
White with #00ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECD0; }
p { color: rgb(0,236,208); }
H1.HeaderClassName
{
color: #00ECD0;
}
.AnyTagClassName
{
color: #00ECD0;
}
</style>
background-color css
<style>
a { background-color: #00ECD0; }
a { background-color: rgb(0,236,208); }
div.DivClassName
{
background-color: #00ECD0;
}
.BgClassName
{
background-color: #00ECD0;
}
</style>
border-color css
<style>
span { border-color: #00ECD0; }
span { border-color: rgb(0,236,208); }
td.TdClassName
{
border-color: #00ECD0;
}
.TagClassName
{
border-color: #00ECD0;
}
</style>