Shades of Bright Turquoise #04F4C0
Tints of Bright Turquoise #04F4C0
RGB
CMYK
RGB Variations
Color information
#04F4C0 (or 0x04F4C0) is known color: Bright Turquoise. HEX triplet: 04, F4 and C0. RGB value is (4,244,192). Sum of RGB (Red+Green+Blue) = 4+244+192=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 244 (95.70% from 255 or 55.45% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 244 - color contains mainly: green. Hex color #04F4C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F4C0 is #FB0B3F. Grayscale: #A6A6A6. Windows color (decimal): -16452416 or 12645380. OLE color: 12645380.
HSL color Cylindrical-coordinate representation of color #04F4C0: hue angle of 167º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F4C0 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 244 | 192 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.04 |
| HSL | 167º | 0.97% | 0.49% | - |
| HSV(B) | 167º | 0.98% | 0.96% | - |
| XYZ | 41.92 | 68.53 | 60.89 | - |
| YUV | 166.31 | 142.49 | 12.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 244 | 192 | 0.98 | 0 | 0.21 | 0.04 | 167 | 0.97 | 0.49 |
| Hex | 4 | F4 | C0 | 62 | 0 | 15 | 4 | A7 | 61 | 31 |
| Octal | 4 | 364 | 300 | 142 | 0 | 25 | 4 | 247 | 141 | 61 |
| Binary | 100 | 11110100 | 11000000 | 1100010 | 0 | 10101 | 100 | 10100111 | 1100001 | 110001 |
Color Harmonies of #04F4C0
Complementary color
Monochromatic Colors of #04F4C0
Black with #04F4C0
Text Example
Text Example
White with #04F4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F4C0; }
p { color: rgb(4,244,192); }
H1.HeaderClassName
{
color: #04F4C0;
}
.AnyTagClassName
{
color: #04F4C0;
}
</style>
background-color css
<style>
a { background-color: #04F4C0; }
a { background-color: rgb(4,244,192); }
div.DivClassName
{
background-color: #04F4C0;
}
.BgClassName
{
background-color: #04F4C0;
}
</style>
border-color css
<style>
span { border-color: #04F4C0; }
span { border-color: rgb(4,244,192); }
td.TdClassName
{
border-color: #04F4C0;
}
.TagClassName
{
border-color: #04F4C0;
}
</style>