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