Shades of Bright Turquoise #04F0C2
Tints of Bright Turquoise #04F0C2
RGB
CMYK
RGB Variations
Color information
#04F0C2 (or 0x04F0C2) is known color: Bright Turquoise. HEX triplet: 04, F0 and C2. RGB value is (4,240,194). Sum of RGB (Red+Green+Blue) = 4+240+194=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #04F0C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F0C2 is #FB0F3D. Grayscale: #A4A4A4. Windows color (decimal): -16453438 or 12775428. OLE color: 12775428.
HSL color Cylindrical-coordinate representation of color #04F0C2: hue angle of 168.31º 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 #04F0C2 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 240 | 194 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.06 |
| HSL | 168.31º | 0.97% | 0.48% | - |
| HSV(B) | 168.31º | 0.98% | 0.94% | - |
| XYZ | 40.95 | 66.24 | 61.67 | - |
| YUV | 164.19 | 144.81 | 13.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 194 | 0.98 | 0 | 0.19 | 0.06 | 168.31 | 0.97 | 0.48 |
| Hex | 4 | F0 | C2 | 62 | 0 | 13 | 6 | A8 | 61 | 30 |
| Octal | 4 | 360 | 302 | 142 | 0 | 23 | 6 | 250 | 141 | 60 |
| Binary | 100 | 11110000 | 11000010 | 1100010 | 0 | 10011 | 110 | 10101000 | 1100001 | 110000 |
Color Harmonies of #04F0C2
Complementary color
Monochromatic Colors of #04F0C2
Black with #04F0C2
Text Example
Text Example
White with #04F0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0C2; }
p { color: rgb(4,240,194); }
H1.HeaderClassName
{
color: #04F0C2;
}
.AnyTagClassName
{
color: #04F0C2;
}
</style>
background-color css
<style>
a { background-color: #04F0C2; }
a { background-color: rgb(4,240,194); }
div.DivClassName
{
background-color: #04F0C2;
}
.BgClassName
{
background-color: #04F0C2;
}
</style>
border-color css
<style>
span { border-color: #04F0C2; }
span { border-color: rgb(4,240,194); }
td.TdClassName
{
border-color: #04F0C2;
}
.TagClassName
{
border-color: #04F0C2;
}
</style>