Shades of Bright Turquoise #01FEE3
Tints of Bright Turquoise #01FEE3
RGB
CMYK
RGB Variations
Color information
#01FEE3 (or 0x01FEE3) is known color: Bright Turquoise. HEX triplet: 01, FE and E3. RGB value is (1,254,227). Sum of RGB (Red+Green+Blue) = 1+254+227=482 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FEE3 is #FE011C. Grayscale: #AFAFAF. Windows color (decimal): -16646429 or 14941697. OLE color: 14941697.
HSL color Cylindrical-coordinate representation of color #01FEE3: hue angle of 173.6º 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 #01FEE3 is Cyan = 1.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 227 | - |
| CMYK | 1.00 | 0 | 0.11 | 0.00 |
| HSL | 173.6º | 0.99% | 0.5% | - |
| HSV(B) | 173.6º | 1% | 1% | - |
| XYZ | 49.32 | 76.44 | 84.83 | - |
| YUV | 175.28 | 157.18 | 3.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 227 | 1.00 | 0 | 0.11 | 0.00 | 173.6 | 0.99 | 0.5 |
| Hex | 1 | FE | E3 | 64 | 0 | B | 0 | AE | 63 | 32 |
| Octal | 1 | 376 | 343 | 144 | 0 | 13 | 0 | 256 | 143 | 62 |
| Binary | 1 | 11111110 | 11100011 | 1100100 | 0 | 1011 | 0 | 10101110 | 1100011 | 110010 |
Color Harmonies of #01FEE3
Complementary color
Monochromatic Colors of #01FEE3
Black with #01FEE3
Text Example
Text Example
White with #01FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FEE3; }
p { color: rgb(1,254,227); }
H1.HeaderClassName
{
color: #01FEE3;
}
.AnyTagClassName
{
color: #01FEE3;
}
</style>
background-color css
<style>
a { background-color: #01FEE3; }
a { background-color: rgb(1,254,227); }
div.DivClassName
{
background-color: #01FEE3;
}
.BgClassName
{
background-color: #01FEE3;
}
</style>
border-color css
<style>
span { border-color: #01FEE3; }
span { border-color: rgb(1,254,227); }
td.TdClassName
{
border-color: #01FEE3;
}
.TagClassName
{
border-color: #01FEE3;
}
</style>