Shades of Bright Turquoise #00FEDB
Tints of Bright Turquoise #00FEDB
RGB
CMYK
RGB Variations
Color information
#00FEDB (or 0x00FEDB) is known color: Bright Turquoise. HEX triplet: 00, FE and DB. RGB value is (0,254,219). Sum of RGB (Red+Green+Blue) = 0+254+219=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEDB is #FF0124. Grayscale: #ADADAD. Windows color (decimal): -16711973 or 14417408. OLE color: 14417408.
HSL color Cylindrical-coordinate representation of color #00FEDB: hue angle of 171.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEDB is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 254 | 219 | - |
| CMYK | 1 | 0 | 0.14 | 0.00 |
| HSL | 171.73º | 1% | 0.5% | - |
| HSV(B) | 171.73º | 1% | 1% | - |
| XYZ | 48.23 | 76 | 79.15 | - |
| YUV | 174.06 | 153.35 | 3.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 254 | 219 | 1 | 0 | 0.14 | 0.00 | 171.73 | 1 | 0.5 |
| Hex | 0 | FE | DB | 64 | 0 | E | 0 | AC | 64 | 32 |
| Octal | 0 | 376 | 333 | 144 | 0 | 16 | 0 | 254 | 144 | 62 |
| Binary | 0 | 11111110 | 11011011 | 1100100 | 0 | 1110 | 0 | 10101100 | 1100100 | 110010 |
Color Harmonies of #00FEDB
Complementary color
Monochromatic Colors of #00FEDB
Black with #00FEDB
Text Example
Text Example
White with #00FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEDB; }
p { color: rgb(0,254,219); }
H1.HeaderClassName
{
color: #00FEDB;
}
.AnyTagClassName
{
color: #00FEDB;
}
</style>
background-color css
<style>
a { background-color: #00FEDB; }
a { background-color: rgb(0,254,219); }
div.DivClassName
{
background-color: #00FEDB;
}
.BgClassName
{
background-color: #00FEDB;
}
</style>
border-color css
<style>
span { border-color: #00FEDB; }
span { border-color: rgb(0,254,219); }
td.TdClassName
{
border-color: #00FEDB;
}
.TagClassName
{
border-color: #00FEDB;
}
</style>