Shades of Bright Turquoise #00ECD2
Tints of Bright Turquoise #00ECD2
RGB
CMYK
RGB Variations
Color information
#00ECD2 (or 0x00ECD2) is known color: Bright Turquoise. HEX triplet: 00, EC and D2. RGB value is (0,236,210). Sum of RGB (Red+Green+Blue) = 0+236+210=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #00ECD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00ECD2 is #FF132D. Grayscale: #A2A2A2. Windows color (decimal): -16716590 or 13822976. OLE color: 13822976.
HSL color Cylindrical-coordinate representation of color #00ECD2: hue angle of 173.39º 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 #00ECD2 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 210 | - |
| CMYK | 1 | 0 | 0.11 | 0.07 |
| HSL | 173.39º | 1% | 0.46% | - |
| HSV(B) | 173.39º | 1% | 0.93% | - |
| XYZ | 41.63 | 64.64 | 71.26 | - |
| YUV | 162.47 | 154.81 | 12.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 210 | 1 | 0 | 0.11 | 0.07 | 173.39 | 1 | 0.46 |
| Hex | 0 | EC | D2 | 64 | 0 | B | 7 | AD | 64 | 2E |
| Octal | 0 | 354 | 322 | 144 | 0 | 13 | 7 | 255 | 144 | 56 |
| Binary | 0 | 11101100 | 11010010 | 1100100 | 0 | 1011 | 111 | 10101101 | 1100100 | 101110 |
Color Harmonies of #00ECD2
Complementary color
Monochromatic Colors of #00ECD2
Black with #00ECD2
Text Example
Text Example
White with #00ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECD2; }
p { color: rgb(0,236,210); }
H1.HeaderClassName
{
color: #00ECD2;
}
.AnyTagClassName
{
color: #00ECD2;
}
</style>
background-color css
<style>
a { background-color: #00ECD2; }
a { background-color: rgb(0,236,210); }
div.DivClassName
{
background-color: #00ECD2;
}
.BgClassName
{
background-color: #00ECD2;
}
</style>
border-color css
<style>
span { border-color: #00ECD2; }
span { border-color: rgb(0,236,210); }
td.TdClassName
{
border-color: #00ECD2;
}
.TagClassName
{
border-color: #00ECD2;
}
</style>