Shades of Bright Turquoise #01FDE0
Tints of Bright Turquoise #01FDE0
RGB
CMYK
RGB Variations
Color information
#01FDE0 (or 0x01FDE0) is known color: Bright Turquoise. HEX triplet: 01, FD and E0. RGB value is (1,253,224). Sum of RGB (Red+Green+Blue) = 1+253+224=478 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #01FDE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FDE0 is #FE021F. Grayscale: #AEAEAE. Windows color (decimal): -16646688 or 14744833. OLE color: 14744833.
HSL color Cylindrical-coordinate representation of color #01FDE0: hue angle of 173.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FDE0 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 224 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.01 |
| HSL | 173.1º | 0.99% | 0.5% | - |
| HSV(B) | 173.1º | 1% | 0.99% | - |
| XYZ | 48.59 | 75.64 | 82.56 | - |
| YUV | 174.35 | 156.01 | 4.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 224 | 1.00 | 0 | 0.11 | 0.01 | 173.1 | 0.99 | 0.5 |
| Hex | 1 | FD | E0 | 64 | 0 | B | 1 | AD | 63 | 32 |
| Octal | 1 | 375 | 340 | 144 | 0 | 13 | 1 | 255 | 143 | 62 |
| Binary | 1 | 11111101 | 11100000 | 1100100 | 0 | 1011 | 1 | 10101101 | 1100011 | 110010 |
Color Harmonies of #01FDE0
Complementary color
Monochromatic Colors of #01FDE0
Black with #01FDE0
Text Example
Text Example
White with #01FDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FDE0; }
p { color: rgb(1,253,224); }
H1.HeaderClassName
{
color: #01FDE0;
}
.AnyTagClassName
{
color: #01FDE0;
}
</style>
background-color css
<style>
a { background-color: #01FDE0; }
a { background-color: rgb(1,253,224); }
div.DivClassName
{
background-color: #01FDE0;
}
.BgClassName
{
background-color: #01FDE0;
}
</style>
border-color css
<style>
span { border-color: #01FDE0; }
span { border-color: rgb(1,253,224); }
td.TdClassName
{
border-color: #01FDE0;
}
.TagClassName
{
border-color: #01FDE0;
}
</style>