Shades of Bright Turquoise #00FEDA
Tints of Bright Turquoise #00FEDA
RGB
CMYK
RGB Variations
Color information
#00FEDA (or 0x00FEDA) is known color: Bright Turquoise. HEX triplet: 00, FE and DA. RGB value is (0,254,218). Sum of RGB (Red+Green+Blue) = 0+254+218=472 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FEDA is #FF0125. Grayscale: #ADADAD. Windows color (decimal): -16711974 or 14351872. OLE color: 14351872.
HSL color Cylindrical-coordinate representation of color #00FEDA: hue angle of 171.5º 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 #00FEDA is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 0 | 254 | 218 | - |
CMYK | 1 | 0 | 0.14 | 0.00 |
HSL | 171.5º | 1% | 0.5% | - |
HSV(B) | 171.5º | 1% | 1% | - |
XYZ | 48.1 | 75.95 | 78.45 | - |
YUV | 173.95 | 152.85 | 3.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 254 | 218 | 1 | 0 | 0.14 | 0.00 | 171.5 | 1 | 0.5 |
Hex | 0 | FE | DA | 64 | 0 | E | 0 | AB | 64 | 32 |
Octal | 0 | 376 | 332 | 144 | 0 | 16 | 0 | 253 | 144 | 62 |
Binary | 0 | 11111110 | 11011010 | 1100100 | 0 | 1110 | 0 | 10101011 | 1100100 | 110010 |
Color Harmonies of #00FEDA
Complementary color
Monochromatic Colors of #00FEDA
Black with #00FEDA
Text Example
Text Example
White with #00FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FEDA; }
p { color: rgb(0,254,218); }
H1.HeaderClassName
{
color: #00FEDA;
}
.AnyTagClassName
{
color: #00FEDA;
}
</style>
background-color css
<style>
a { background-color: #00FEDA; }
a { background-color: rgb(0,254,218); }
div.DivClassName
{
background-color: #00FEDA;
}
.BgClassName
{
background-color: #00FEDA;
}
</style>
border-color css
<style>
span { border-color: #00FEDA; }
span { border-color: rgb(0,254,218); }
td.TdClassName
{
border-color: #00FEDA;
}
.TagClassName
{
border-color: #00FEDA;
}
</style>