Shades of Bright Turquoise #04FECC
Tints of Bright Turquoise #04FECC
RGB
CMYK
RGB Variations
Color information
#04FECC (or 0x04FECC) is known color: Bright Turquoise. HEX triplet: 04, FE and CC. RGB value is (4,254,204). Sum of RGB (Red+Green+Blue) = 4+254+204=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #04FECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FECC is #FB0133. Grayscale: #ADADAD. Windows color (decimal): -16449844 or 13434372. OLE color: 13434372.
HSL color Cylindrical-coordinate representation of color #04FECC: hue angle of 168º 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 #04FECC is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 204 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.00 |
| HSL | 168º | 0.99% | 0.51% | - |
| HSV(B) | 168º | 0.98% | 1% | - |
| XYZ | 46.39 | 75.27 | 69.21 | - |
| YUV | 173.55 | 145.18 | 7.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 204 | 0.98 | 0 | 0.20 | 0.00 | 168 | 0.99 | 0.51 |
| Hex | 4 | FE | CC | 62 | 0 | 14 | 0 | A8 | 63 | 33 |
| Octal | 4 | 376 | 314 | 142 | 0 | 24 | 0 | 250 | 143 | 63 |
| Binary | 100 | 11111110 | 11001100 | 1100010 | 0 | 10100 | 0 | 10101000 | 1100011 | 110011 |
Color Harmonies of #04FECC
Complementary color
Monochromatic Colors of #04FECC
Black with #04FECC
Text Example
Text Example
White with #04FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FECC; }
p { color: rgb(4,254,204); }
H1.HeaderClassName
{
color: #04FECC;
}
.AnyTagClassName
{
color: #04FECC;
}
</style>
background-color css
<style>
a { background-color: #04FECC; }
a { background-color: rgb(4,254,204); }
div.DivClassName
{
background-color: #04FECC;
}
.BgClassName
{
background-color: #04FECC;
}
</style>
border-color css
<style>
span { border-color: #04FECC; }
span { border-color: rgb(4,254,204); }
td.TdClassName
{
border-color: #04FECC;
}
.TagClassName
{
border-color: #04FECC;
}
</style>