Shades of Bright Turquoise #00EDCD
Tints of Bright Turquoise #00EDCD
RGB
CMYK
RGB Variations
Color information
#00EDCD (or 0x00EDCD) is known color: Bright Turquoise. HEX triplet: 00, ED and CD. RGB value is (0,237,205). Sum of RGB (Red+Green+Blue) = 0+237+205=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDCD is #FF1232. Grayscale: #A2A2A2. Windows color (decimal): -16716339 or 13495552. OLE color: 13495552.
HSL color Cylindrical-coordinate representation of color #00EDCD: hue angle of 171.9º 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 #00EDCD is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 205 | - |
| CMYK | 1 | 0 | 0.14 | 0.07 |
| HSL | 171.9º | 1% | 0.46% | - |
| HSV(B) | 171.9º | 1% | 0.93% | - |
| XYZ | 41.3 | 64.98 | 68.12 | - |
| YUV | 162.49 | 151.98 | 12.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 205 | 1 | 0 | 0.14 | 0.07 | 171.9 | 1 | 0.46 |
| Hex | 0 | ED | CD | 64 | 0 | E | 7 | AC | 64 | 2E |
| Octal | 0 | 355 | 315 | 144 | 0 | 16 | 7 | 254 | 144 | 56 |
| Binary | 0 | 11101101 | 11001101 | 1100100 | 0 | 1110 | 111 | 10101100 | 1100100 | 101110 |
Color Harmonies of #00EDCD
Complementary color
Monochromatic Colors of #00EDCD
Black with #00EDCD
Text Example
Text Example
White with #00EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDCD; }
p { color: rgb(0,237,205); }
H1.HeaderClassName
{
color: #00EDCD;
}
.AnyTagClassName
{
color: #00EDCD;
}
</style>
background-color css
<style>
a { background-color: #00EDCD; }
a { background-color: rgb(0,237,205); }
div.DivClassName
{
background-color: #00EDCD;
}
.BgClassName
{
background-color: #00EDCD;
}
</style>
border-color css
<style>
span { border-color: #00EDCD; }
span { border-color: rgb(0,237,205); }
td.TdClassName
{
border-color: #00EDCD;
}
.TagClassName
{
border-color: #00EDCD;
}
</style>