Shades of Bright Turquoise #01FEDF
Tints of Bright Turquoise #01FEDF
RGB
CMYK
RGB Variations
Color information
#01FEDF (or 0x01FEDF) is known color: Bright Turquoise. HEX triplet: 01, FE and DF. RGB value is (1,254,223). Sum of RGB (Red+Green+Blue) = 1+254+223=478 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FEDF is #FE0120. Grayscale: #AEAEAE. Windows color (decimal): -16646433 or 14679553. OLE color: 14679553.
HSL color Cylindrical-coordinate representation of color #01FEDF: hue angle of 172.65º 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 #01FEDF is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 223 | - |
| CMYK | 1.00 | 0 | 0.12 | 0.00 |
| HSL | 172.65º | 0.99% | 0.5% | - |
| HSV(B) | 172.65º | 1% | 1% | - |
| XYZ | 48.77 | 76.22 | 81.95 | - |
| YUV | 174.82 | 155.18 | 4.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 223 | 1.00 | 0 | 0.12 | 0.00 | 172.65 | 0.99 | 0.5 |
| Hex | 1 | FE | DF | 64 | 0 | C | 0 | AD | 63 | 32 |
| Octal | 1 | 376 | 337 | 144 | 0 | 14 | 0 | 255 | 143 | 62 |
| Binary | 1 | 11111110 | 11011111 | 1100100 | 0 | 1100 | 0 | 10101101 | 1100011 | 110010 |
Color Harmonies of #01FEDF
Complementary color
Monochromatic Colors of #01FEDF
Black with #01FEDF
Text Example
Text Example
White with #01FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FEDF; }
p { color: rgb(1,254,223); }
H1.HeaderClassName
{
color: #01FEDF;
}
.AnyTagClassName
{
color: #01FEDF;
}
</style>
background-color css
<style>
a { background-color: #01FEDF; }
a { background-color: rgb(1,254,223); }
div.DivClassName
{
background-color: #01FEDF;
}
.BgClassName
{
background-color: #01FEDF;
}
</style>
border-color css
<style>
span { border-color: #01FEDF; }
span { border-color: rgb(1,254,223); }
td.TdClassName
{
border-color: #01FEDF;
}
.TagClassName
{
border-color: #01FEDF;
}
</style>