Shades of Bright Turquoise #04FECA
Tints of Bright Turquoise #04FECA
RGB
CMYK
RGB Variations
Color information
#04FECA (or 0x04FECA) is known color: Bright Turquoise. HEX triplet: 04, FE and CA. RGB value is (4,254,202). Sum of RGB (Red+Green+Blue) = 4+254+202=460 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #04FECA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FECA is #FB0135. Grayscale: #ADADAD. Windows color (decimal): -16449846 or 13303300. OLE color: 13303300.
HSL color Cylindrical-coordinate representation of color #04FECA: hue angle of 167.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FECA is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 202 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.00 |
| HSL | 167.52º | 0.99% | 0.51% | - |
| HSV(B) | 167.52º | 0.98% | 1% | - |
| XYZ | 46.15 | 75.17 | 67.95 | - |
| YUV | 173.32 | 144.18 | 7.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 202 | 0.98 | 0 | 0.20 | 0.00 | 167.52 | 0.99 | 0.51 |
| Hex | 4 | FE | CA | 62 | 0 | 14 | 0 | A8 | 63 | 33 |
| Octal | 4 | 376 | 312 | 142 | 0 | 24 | 0 | 250 | 143 | 63 |
| Binary | 100 | 11111110 | 11001010 | 1100010 | 0 | 10100 | 0 | 10101000 | 1100011 | 110011 |
Color Harmonies of #04FECA
Complementary color
Monochromatic Colors of #04FECA
Black with #04FECA
Text Example
Text Example
White with #04FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FECA; }
p { color: rgb(4,254,202); }
H1.HeaderClassName
{
color: #04FECA;
}
.AnyTagClassName
{
color: #04FECA;
}
</style>
background-color css
<style>
a { background-color: #04FECA; }
a { background-color: rgb(4,254,202); }
div.DivClassName
{
background-color: #04FECA;
}
.BgClassName
{
background-color: #04FECA;
}
</style>
border-color css
<style>
span { border-color: #04FECA; }
span { border-color: rgb(4,254,202); }
td.TdClassName
{
border-color: #04FECA;
}
.TagClassName
{
border-color: #04FECA;
}
</style>