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