Shades of Bright Turquoise #00ECED
Tints of Bright Turquoise #00ECED
RGB
CMYK
RGB Variations
Color information
#00ECED (or 0x00ECED) is known color: Bright Turquoise. HEX triplet: 00, EC and ED. RGB value is (0,236,237). Sum of RGB (Red+Green+Blue) = 0+236+237=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #00ECED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECED is #FF1312. Grayscale: #A5A5A5. Windows color (decimal): -16716563 or 15592448. OLE color: 15592448.
HSL color Cylindrical-coordinate representation of color #00ECED: hue angle of 180.25º 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 #00ECED is Cyan = 1, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 237 | - |
| CMYK | 1 | 0.00 | 0 | 0.07 |
| HSL | 180.25º | 1% | 0.46% | - |
| HSV(B) | 180.25º | 1% | 0.93% | - |
| XYZ | 45.28 | 66.11 | 90.49 | - |
| YUV | 165.55 | 168.31 | 9.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 237 | 1 | 0.00 | 0 | 0.07 | 180.25 | 1 | 0.46 |
| Hex | 0 | EC | ED | 64 | 0 | 0 | 7 | B4 | 64 | 2E |
| Octal | 0 | 354 | 355 | 144 | 0 | 0 | 7 | 264 | 144 | 56 |
| Binary | 0 | 11101100 | 11101101 | 1100100 | 0 | 0 | 111 | 10110100 | 1100100 | 101110 |
Color Harmonies of #00ECED
Complementary color
Monochromatic Colors of #00ECED
Black with #00ECED
Text Example
Text Example
White with #00ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECED; }
p { color: rgb(0,236,237); }
H1.HeaderClassName
{
color: #00ECED;
}
.AnyTagClassName
{
color: #00ECED;
}
</style>
background-color css
<style>
a { background-color: #00ECED; }
a { background-color: rgb(0,236,237); }
div.DivClassName
{
background-color: #00ECED;
}
.BgClassName
{
background-color: #00ECED;
}
</style>
border-color css
<style>
span { border-color: #00ECED; }
span { border-color: rgb(0,236,237); }
td.TdClassName
{
border-color: #00ECED;
}
.TagClassName
{
border-color: #00ECED;
}
</style>