Shades of Bright Turquoise #00EDCC
Tints of Bright Turquoise #00EDCC
RGB
CMYK
RGB Variations
Color information
#00EDCC (or 0x00EDCC) is known color: Bright Turquoise. HEX triplet: 00, ED and CC. RGB value is (0,237,204). Sum of RGB (Red+Green+Blue) = 0+237+204=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 237 (92.97% from 255 or 53.74% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDCC is #FF1233. Grayscale: #A2A2A2. Windows color (decimal): -16716340 or 13430016. OLE color: 13430016.
HSL color Cylindrical-coordinate representation of color #00EDCC: hue angle of 171.65º 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 #00EDCC is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 204 | - |
| CMYK | 1 | 0 | 0.14 | 0.07 |
| HSL | 171.65º | 1% | 0.46% | - |
| HSV(B) | 171.65º | 1% | 0.93% | - |
| XYZ | 41.18 | 64.93 | 67.49 | - |
| YUV | 162.38 | 151.48 | 12.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 204 | 1 | 0 | 0.14 | 0.07 | 171.65 | 1 | 0.46 |
| Hex | 0 | ED | CC | 64 | 0 | E | 7 | AC | 64 | 2E |
| Octal | 0 | 355 | 314 | 144 | 0 | 16 | 7 | 254 | 144 | 56 |
| Binary | 0 | 11101101 | 11001100 | 1100100 | 0 | 1110 | 111 | 10101100 | 1100100 | 101110 |
Color Harmonies of #00EDCC
Complementary color
Monochromatic Colors of #00EDCC
Black with #00EDCC
Text Example
Text Example
White with #00EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDCC; }
p { color: rgb(0,237,204); }
H1.HeaderClassName
{
color: #00EDCC;
}
.AnyTagClassName
{
color: #00EDCC;
}
</style>
background-color css
<style>
a { background-color: #00EDCC; }
a { background-color: rgb(0,237,204); }
div.DivClassName
{
background-color: #00EDCC;
}
.BgClassName
{
background-color: #00EDCC;
}
</style>
border-color css
<style>
span { border-color: #00EDCC; }
span { border-color: rgb(0,237,204); }
td.TdClassName
{
border-color: #00EDCC;
}
.TagClassName
{
border-color: #00EDCC;
}
</style>