Shades of Bright Turquoise #04FECE
Tints of Bright Turquoise #04FECE
RGB
CMYK
RGB Variations
Color information
#04FECE (or 0x04FECE) is known color: Bright Turquoise. HEX triplet: 04, FE and CE. RGB value is (4,254,206). Sum of RGB (Red+Green+Blue) = 4+254+206=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #04FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FECE is #FB0131. Grayscale: #ADADAD. Windows color (decimal): -16449842 or 13565444. OLE color: 13565444.
HSL color Cylindrical-coordinate representation of color #04FECE: hue angle of 168.48º 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 #04FECE is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 206 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.00 |
| HSL | 168.48º | 0.99% | 0.51% | - |
| HSV(B) | 168.48º | 0.98% | 1% | - |
| XYZ | 46.63 | 75.37 | 70.48 | - |
| YUV | 173.78 | 146.18 | 6.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 206 | 0.98 | 0 | 0.19 | 0.00 | 168.48 | 0.99 | 0.51 |
| Hex | 4 | FE | CE | 62 | 0 | 13 | 0 | A8 | 63 | 33 |
| Octal | 4 | 376 | 316 | 142 | 0 | 23 | 0 | 250 | 143 | 63 |
| Binary | 100 | 11111110 | 11001110 | 1100010 | 0 | 10011 | 0 | 10101000 | 1100011 | 110011 |
Color Harmonies of #04FECE
Complementary color
Monochromatic Colors of #04FECE
Black with #04FECE
Text Example
Text Example
White with #04FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FECE; }
p { color: rgb(4,254,206); }
H1.HeaderClassName
{
color: #04FECE;
}
.AnyTagClassName
{
color: #04FECE;
}
</style>
background-color css
<style>
a { background-color: #04FECE; }
a { background-color: rgb(4,254,206); }
div.DivClassName
{
background-color: #04FECE;
}
.BgClassName
{
background-color: #04FECE;
}
</style>
border-color css
<style>
span { border-color: #04FECE; }
span { border-color: rgb(4,254,206); }
td.TdClassName
{
border-color: #04FECE;
}
.TagClassName
{
border-color: #04FECE;
}
</style>