Shades of Bright Turquoise #04F1E5
Tints of Bright Turquoise #04F1E5
RGB
CMYK
RGB Variations
Color information
#04F1E5 (or 0x04F1E5) is known color: Bright Turquoise. HEX triplet: 04, F1 and E5. RGB value is (4,241,229). Sum of RGB (Red+Green+Blue) = 4+241+229=474 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #04F1E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F1E5 is #FB0E1A. Grayscale: #A8A8A8. Windows color (decimal): -16453147 or 15069444. OLE color: 15069444.
HSL color Cylindrical-coordinate representation of color #04F1E5: hue angle of 176.96º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F1E5 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 241 | 229 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.05 |
| HSL | 176.96º | 0.97% | 0.48% | - |
| HSV(B) | 176.96º | 0.98% | 0.95% | - |
| XYZ | 45.65 | 68.59 | 84.96 | - |
| YUV | 168.77 | 161.98 | 10.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 241 | 229 | 0.98 | 0 | 0.05 | 0.05 | 176.96 | 0.97 | 0.48 |
| Hex | 4 | F1 | E5 | 62 | 0 | 5 | 5 | B1 | 61 | 30 |
| Octal | 4 | 361 | 345 | 142 | 0 | 5 | 5 | 261 | 141 | 60 |
| Binary | 100 | 11110001 | 11100101 | 1100010 | 0 | 101 | 101 | 10110001 | 1100001 | 110000 |
Color Harmonies of #04F1E5
Complementary color
Monochromatic Colors of #04F1E5
Black with #04F1E5
Text Example
Text Example
White with #04F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F1E5; }
p { color: rgb(4,241,229); }
H1.HeaderClassName
{
color: #04F1E5;
}
.AnyTagClassName
{
color: #04F1E5;
}
</style>
background-color css
<style>
a { background-color: #04F1E5; }
a { background-color: rgb(4,241,229); }
div.DivClassName
{
background-color: #04F1E5;
}
.BgClassName
{
background-color: #04F1E5;
}
</style>
border-color css
<style>
span { border-color: #04F1E5; }
span { border-color: rgb(4,241,229); }
td.TdClassName
{
border-color: #04F1E5;
}
.TagClassName
{
border-color: #04F1E5;
}
</style>