Shades of Bright Turquoise #01FED1
Tints of Bright Turquoise #01FED1
RGB
CMYK
RGB Variations
Color information
#01FED1 (or 0x01FED1) is known color: Bright Turquoise. HEX triplet: 01, FE and D1. RGB value is (1,254,209). Sum of RGB (Red+Green+Blue) = 1+254+209=464 (61% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #01FED1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FED1 is #FE012E. Grayscale: #ADADAD. Windows color (decimal): -16646447 or 13762049. OLE color: 13762049.
HSL color Cylindrical-coordinate representation of color #01FED1: hue angle of 169.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FED1 is Cyan = 1.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 209 | - |
| CMYK | 1.00 | 0 | 0.18 | 0.00 |
| HSL | 169.33º | 0.99% | 0.5% | - |
| HSV(B) | 169.33º | 1% | 1% | - |
| XYZ | 46.96 | 75.49 | 72.42 | - |
| YUV | 173.22 | 148.18 | 5.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 209 | 1.00 | 0 | 0.18 | 0.00 | 169.33 | 0.99 | 0.5 |
| Hex | 1 | FE | D1 | 64 | 0 | 12 | 0 | A9 | 63 | 32 |
| Octal | 1 | 376 | 321 | 144 | 0 | 22 | 0 | 251 | 143 | 62 |
| Binary | 1 | 11111110 | 11010001 | 1100100 | 0 | 10010 | 0 | 10101001 | 1100011 | 110010 |
Color Harmonies of #01FED1
Complementary color
Monochromatic Colors of #01FED1
Black with #01FED1
Text Example
Text Example
White with #01FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FED1; }
p { color: rgb(1,254,209); }
H1.HeaderClassName
{
color: #01FED1;
}
.AnyTagClassName
{
color: #01FED1;
}
</style>
background-color css
<style>
a { background-color: #01FED1; }
a { background-color: rgb(1,254,209); }
div.DivClassName
{
background-color: #01FED1;
}
.BgClassName
{
background-color: #01FED1;
}
</style>
border-color css
<style>
span { border-color: #01FED1; }
span { border-color: rgb(1,254,209); }
td.TdClassName
{
border-color: #01FED1;
}
.TagClassName
{
border-color: #01FED1;
}
</style>