Shades of Bright Turquoise #04FFE2
Tints of Bright Turquoise #04FFE2
RGB
CMYK
RGB Variations
Color information
#04FFE2 (or 0x04FFE2) is known color: Bright Turquoise. HEX triplet: 04, FF and E2. RGB value is (4,255,226). Sum of RGB (Red+Green+Blue) = 4+255+226=485 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFE2 is #FB001D. Grayscale: #B0B0B0. Windows color (decimal): -16449566 or 14876420. OLE color: 14876420.
HSL color Cylindrical-coordinate representation of color #04FFE2: hue angle of 173.07º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFE2 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 226 | - |
| CMYK | 0.98 | 0 | 0.11 | 0 |
| HSL | 173.07º | 1% | 0.51% | - |
| HSV(B) | 173.07º | 0.98% | 1% | - |
| XYZ | 49.54 | 77.04 | 84.21 | - |
| YUV | 176.65 | 155.84 | 4.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 226 | 0.98 | 0 | 0.11 | 0 | 173.07 | 1 | 0.51 |
| Hex | 4 | FF | E2 | 62 | 0 | B | 0 | AD | 64 | 33 |
| Octal | 4 | 377 | 342 | 142 | 0 | 13 | 0 | 255 | 144 | 63 |
| Binary | 100 | 11111111 | 11100010 | 1100010 | 0 | 1011 | 0 | 10101101 | 1100100 | 110011 |
Color Harmonies of #04FFE2
Complementary color
Monochromatic Colors of #04FFE2
Black with #04FFE2
Text Example
Text Example
White with #04FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FFE2; }
p { color: rgb(4,255,226); }
H1.HeaderClassName
{
color: #04FFE2;
}
.AnyTagClassName
{
color: #04FFE2;
}
</style>
background-color css
<style>
a { background-color: #04FFE2; }
a { background-color: rgb(4,255,226); }
div.DivClassName
{
background-color: #04FFE2;
}
.BgClassName
{
background-color: #04FFE2;
}
</style>
border-color css
<style>
span { border-color: #04FFE2; }
span { border-color: rgb(4,255,226); }
td.TdClassName
{
border-color: #04FFE2;
}
.TagClassName
{
border-color: #04FFE2;
}
</style>