Shades of Bright Turquoise #00ECDC
Tints of Bright Turquoise #00ECDC
RGB
CMYK
RGB Variations
Color information
#00ECDC (or 0x00ECDC) is known color: Bright Turquoise. HEX triplet: 00, EC and DC. RGB value is (0,236,220). Sum of RGB (Red+Green+Blue) = 0+236+220=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECDC is #FF1323. Grayscale: #A3A3A3. Windows color (decimal): -16716580 or 14478336. OLE color: 14478336.
HSL color Cylindrical-coordinate representation of color #00ECDC: hue angle of 175.93º 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 #00ECDC is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 220 | - |
| CMYK | 1 | 0 | 0.07 | 0.07 |
| HSL | 175.93º | 1% | 0.46% | - |
| HSV(B) | 175.93º | 1% | 0.93% | - |
| XYZ | 42.91 | 65.16 | 78.03 | - |
| YUV | 163.61 | 159.81 | 11.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 220 | 1 | 0 | 0.07 | 0.07 | 175.93 | 1 | 0.46 |
| Hex | 0 | EC | DC | 64 | 0 | 7 | 7 | B0 | 64 | 2E |
| Octal | 0 | 354 | 334 | 144 | 0 | 7 | 7 | 260 | 144 | 56 |
| Binary | 0 | 11101100 | 11011100 | 1100100 | 0 | 111 | 111 | 10110000 | 1100100 | 101110 |
Color Harmonies of #00ECDC
Complementary color
Monochromatic Colors of #00ECDC
Black with #00ECDC
Text Example
Text Example
White with #00ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECDC; }
p { color: rgb(0,236,220); }
H1.HeaderClassName
{
color: #00ECDC;
}
.AnyTagClassName
{
color: #00ECDC;
}
</style>
background-color css
<style>
a { background-color: #00ECDC; }
a { background-color: rgb(0,236,220); }
div.DivClassName
{
background-color: #00ECDC;
}
.BgClassName
{
background-color: #00ECDC;
}
</style>
border-color css
<style>
span { border-color: #00ECDC; }
span { border-color: rgb(0,236,220); }
td.TdClassName
{
border-color: #00ECDC;
}
.TagClassName
{
border-color: #00ECDC;
}
</style>