Shades of Bright Turquoise #01FECA
Tints of Bright Turquoise #01FECA
RGB
CMYK
RGB Variations
Color information
#01FECA (or 0x01FECA) is known color: Bright Turquoise. HEX triplet: 01, FE and CA. RGB value is (1,254,202). Sum of RGB (Red+Green+Blue) = 1+254+202=457 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #01FECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FECA is #FE0135. Grayscale: #ACACAC. Windows color (decimal): -16646454 or 13303297. OLE color: 13303297.
HSL color Cylindrical-coordinate representation of color #01FECA: hue angle of 167.67º 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 #01FECA is Cyan = 1.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 202 | - |
| CMYK | 1.00 | 0 | 0.20 | 0.00 |
| HSL | 167.67º | 0.99% | 0.5% | - |
| HSV(B) | 167.67º | 1% | 1% | - |
| XYZ | 46.12 | 75.15 | 67.95 | - |
| YUV | 172.43 | 144.68 | 5.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 202 | 1.00 | 0 | 0.20 | 0.00 | 167.67 | 0.99 | 0.5 |
| Hex | 1 | FE | CA | 64 | 0 | 14 | 0 | A8 | 63 | 32 |
| Octal | 1 | 376 | 312 | 144 | 0 | 24 | 0 | 250 | 143 | 62 |
| Binary | 1 | 11111110 | 11001010 | 1100100 | 0 | 10100 | 0 | 10101000 | 1100011 | 110010 |
Color Harmonies of #01FECA
Complementary color
Monochromatic Colors of #01FECA
Black with #01FECA
Text Example
Text Example
White with #01FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FECA; }
p { color: rgb(1,254,202); }
H1.HeaderClassName
{
color: #01FECA;
}
.AnyTagClassName
{
color: #01FECA;
}
</style>
background-color css
<style>
a { background-color: #01FECA; }
a { background-color: rgb(1,254,202); }
div.DivClassName
{
background-color: #01FECA;
}
.BgClassName
{
background-color: #01FECA;
}
</style>
border-color css
<style>
span { border-color: #01FECA; }
span { border-color: rgb(1,254,202); }
td.TdClassName
{
border-color: #01FECA;
}
.TagClassName
{
border-color: #01FECA;
}
</style>