Shades of Bright Turquoise #01FED6
Tints of Bright Turquoise #01FED6
RGB
CMYK
RGB Variations
Color information
#01FED6 (or 0x01FED6) is known color: Bright Turquoise. HEX triplet: 01, FE and D6. RGB value is (1,254,214). Sum of RGB (Red+Green+Blue) = 1+254+214=469 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #01FED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FED6 is #FE0129. Grayscale: #ADADAD. Windows color (decimal): -16646442 or 14089729. OLE color: 14089729.
HSL color Cylindrical-coordinate representation of color #01FED6: hue angle of 170.51º 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 #01FED6 is Cyan = 1.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 214 | - |
| CMYK | 1.00 | 0 | 0.16 | 0.00 |
| HSL | 170.51º | 0.99% | 0.5% | - |
| HSV(B) | 170.51º | 1% | 1% | - |
| XYZ | 47.59 | 75.75 | 75.73 | - |
| YUV | 173.79 | 150.68 | 4.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 214 | 1.00 | 0 | 0.16 | 0.00 | 170.51 | 0.99 | 0.5 |
| Hex | 1 | FE | D6 | 64 | 0 | 10 | 0 | AB | 63 | 32 |
| Octal | 1 | 376 | 326 | 144 | 0 | 20 | 0 | 253 | 143 | 62 |
| Binary | 1 | 11111110 | 11010110 | 1100100 | 0 | 10000 | 0 | 10101011 | 1100011 | 110010 |
Color Harmonies of #01FED6
Complementary color
Monochromatic Colors of #01FED6
Black with #01FED6
Text Example
Text Example
White with #01FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FED6; }
p { color: rgb(1,254,214); }
H1.HeaderClassName
{
color: #01FED6;
}
.AnyTagClassName
{
color: #01FED6;
}
</style>
background-color css
<style>
a { background-color: #01FED6; }
a { background-color: rgb(1,254,214); }
div.DivClassName
{
background-color: #01FED6;
}
.BgClassName
{
background-color: #01FED6;
}
</style>
border-color css
<style>
span { border-color: #01FED6; }
span { border-color: rgb(1,254,214); }
td.TdClassName
{
border-color: #01FED6;
}
.TagClassName
{
border-color: #01FED6;
}
</style>