Shades of Bright Turquoise #04F0F0
Tints of Bright Turquoise #04F0F0
RGB
CMYK
RGB Variations
Color information
#04F0F0 (or 0x04F0F0) is known color: Bright Turquoise. HEX triplet: 04, F0 and F0. RGB value is (4,240,240). Sum of RGB (Red+Green+Blue) = 4+240+240=484 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #04F0F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F0F0 is #FB0F0F. Grayscale: #A9A9A9. Windows color (decimal): -16453392 or 15790084. OLE color: 15790084.
HSL color Cylindrical-coordinate representation of color #04F0F0: hue angle of 180º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F0F0 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 240 | - |
| CMYK | 0.98 | 0 | 0 | 0.06 |
| HSL | 180º | 0.97% | 0.48% | - |
| HSV(B) | 180º | 0.98% | 0.94% | - |
| XYZ | 46.94 | 68.64 | 93.21 | - |
| YUV | 169.44 | 167.81 | 10 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 240 | 0.98 | 0 | 0 | 0.06 | 180 | 0.97 | 0.48 |
| Hex | 4 | F0 | F0 | 62 | 0 | 0 | 6 | B4 | 61 | 30 |
| Octal | 4 | 360 | 360 | 142 | 0 | 0 | 6 | 264 | 141 | 60 |
| Binary | 100 | 11110000 | 11110000 | 1100010 | 0 | 0 | 110 | 10110100 | 1100001 | 110000 |
Color Harmonies of #04F0F0
Complementary color
Monochromatic Colors of #04F0F0
Black with #04F0F0
Text Example
Text Example
White with #04F0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0F0; }
p { color: rgb(4,240,240); }
H1.HeaderClassName
{
color: #04F0F0;
}
.AnyTagClassName
{
color: #04F0F0;
}
</style>
background-color css
<style>
a { background-color: #04F0F0; }
a { background-color: rgb(4,240,240); }
div.DivClassName
{
background-color: #04F0F0;
}
.BgClassName
{
background-color: #04F0F0;
}
</style>
border-color css
<style>
span { border-color: #04F0F0; }
span { border-color: rgb(4,240,240); }
td.TdClassName
{
border-color: #04F0F0;
}
.TagClassName
{
border-color: #04F0F0;
}
</style>