Shades of Bright Turquoise #00FADE
Tints of Bright Turquoise #00FADE
RGB
CMYK
RGB Variations
Color information
#00FADE (or 0x00FADE) is known color: Bright Turquoise. HEX triplet: 00, FA and DE. RGB value is (0,250,222). Sum of RGB (Red+Green+Blue) = 0+250+222=472 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #00FADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FADE is #FF0521. Grayscale: #ABABAB. Windows color (decimal): -16712994 or 14612992. OLE color: 14612992.
HSL color Cylindrical-coordinate representation of color #00FADE: hue angle of 173.28º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FADE is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 222 | - |
| CMYK | 1 | 0 | 0.11 | 0.02 |
| HSL | 173.28º | 1% | 0.49% | - |
| HSV(B) | 173.28º | 1% | 0.98% | - |
| XYZ | 47.37 | 73.65 | 80.83 | - |
| YUV | 172.06 | 156.18 | 5.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 222 | 1 | 0 | 0.11 | 0.02 | 173.28 | 1 | 0.49 |
| Hex | 0 | FA | DE | 64 | 0 | B | 2 | AD | 64 | 31 |
| Octal | 0 | 372 | 336 | 144 | 0 | 13 | 2 | 255 | 144 | 61 |
| Binary | 0 | 11111010 | 11011110 | 1100100 | 0 | 1011 | 10 | 10101101 | 1100100 | 110001 |
Color Harmonies of #00FADE
Complementary color
Monochromatic Colors of #00FADE
Black with #00FADE
Text Example
Text Example
White with #00FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FADE; }
p { color: rgb(0,250,222); }
H1.HeaderClassName
{
color: #00FADE;
}
.AnyTagClassName
{
color: #00FADE;
}
</style>
background-color css
<style>
a { background-color: #00FADE; }
a { background-color: rgb(0,250,222); }
div.DivClassName
{
background-color: #00FADE;
}
.BgClassName
{
background-color: #00FADE;
}
</style>
border-color css
<style>
span { border-color: #00FADE; }
span { border-color: rgb(0,250,222); }
td.TdClassName
{
border-color: #00FADE;
}
.TagClassName
{
border-color: #00FADE;
}
</style>