Shades of Bright Turquoise #01FFE5
Tints of Bright Turquoise #01FFE5
RGB
CMYK
RGB Variations
Color information
#01FFE5 (or 0x01FFE5) is known color: Bright Turquoise. HEX triplet: 01, FF and E5. RGB value is (1,255,229). Sum of RGB (Red+Green+Blue) = 1+255+229=485 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFE5 is #FE001A. Grayscale: #AFAFAF. Windows color (decimal): -16646171 or 15073025. OLE color: 15073025.
HSL color Cylindrical-coordinate representation of color #01FFE5: hue angle of 173.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFE5 is Cyan = 1.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 229 | - |
| CMYK | 1.00 | 0 | 0.10 | 0 |
| HSL | 173.86º | 1% | 0.5% | - |
| HSV(B) | 173.86º | 1% | 1% | - |
| XYZ | 49.92 | 77.18 | 86.4 | - |
| YUV | 176.09 | 157.85 | 3.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 229 | 1.00 | 0 | 0.10 | 0 | 173.86 | 1 | 0.5 |
| Hex | 1 | FF | E5 | 64 | 0 | A | 0 | AE | 64 | 32 |
| Octal | 1 | 377 | 345 | 144 | 0 | 12 | 0 | 256 | 144 | 62 |
| Binary | 1 | 11111111 | 11100101 | 1100100 | 0 | 1010 | 0 | 10101110 | 1100100 | 110010 |
Color Harmonies of #01FFE5
Complementary color
Monochromatic Colors of #01FFE5
Black with #01FFE5
Text Example
Text Example
White with #01FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFE5; }
p { color: rgb(1,255,229); }
H1.HeaderClassName
{
color: #01FFE5;
}
.AnyTagClassName
{
color: #01FFE5;
}
</style>
background-color css
<style>
a { background-color: #01FFE5; }
a { background-color: rgb(1,255,229); }
div.DivClassName
{
background-color: #01FFE5;
}
.BgClassName
{
background-color: #01FFE5;
}
</style>
border-color css
<style>
span { border-color: #01FFE5; }
span { border-color: rgb(1,255,229); }
td.TdClassName
{
border-color: #01FFE5;
}
.TagClassName
{
border-color: #01FFE5;
}
</style>