Shades of Bright Turquoise #00EDDB
Tints of Bright Turquoise #00EDDB
RGB
CMYK
RGB Variations
Color information
#00EDDB (or 0x00EDDB) is known color: Bright Turquoise. HEX triplet: 00, ED and DB. RGB value is (0,237,219). Sum of RGB (Red+Green+Blue) = 0+237+219=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #00EDDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EDDB is #FF1224. Grayscale: #A3A3A3. Windows color (decimal): -16716325 or 14413056. OLE color: 14413056.
HSL color Cylindrical-coordinate representation of color #00EDDB: hue angle of 175.44º 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 #00EDDB is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 237 | 219 | - |
| CMYK | 1 | 0 | 0.08 | 0.07 |
| HSL | 175.44º | 1% | 0.46% | - |
| HSV(B) | 175.44º | 1% | 0.93% | - |
| XYZ | 43.07 | 65.68 | 77.43 | - |
| YUV | 164.09 | 158.98 | 10.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 219 | 1 | 0 | 0.08 | 0.07 | 175.44 | 1 | 0.46 |
| Hex | 0 | ED | DB | 64 | 0 | 8 | 7 | AF | 64 | 2E |
| Octal | 0 | 355 | 333 | 144 | 0 | 10 | 7 | 257 | 144 | 56 |
| Binary | 0 | 11101101 | 11011011 | 1100100 | 0 | 1000 | 111 | 10101111 | 1100100 | 101110 |
Color Harmonies of #00EDDB
Complementary color
Monochromatic Colors of #00EDDB
Black with #00EDDB
Text Example
Text Example
White with #00EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDDB; }
p { color: rgb(0,237,219); }
H1.HeaderClassName
{
color: #00EDDB;
}
.AnyTagClassName
{
color: #00EDDB;
}
</style>
background-color css
<style>
a { background-color: #00EDDB; }
a { background-color: rgb(0,237,219); }
div.DivClassName
{
background-color: #00EDDB;
}
.BgClassName
{
background-color: #00EDDB;
}
</style>
border-color css
<style>
span { border-color: #00EDDB; }
span { border-color: rgb(0,237,219); }
td.TdClassName
{
border-color: #00EDDB;
}
.TagClassName
{
border-color: #00EDDB;
}
</style>