Shades of Bright Turquoise #04E1F1
Tints of Bright Turquoise #04E1F1
RGB
CMYK
RGB Variations
Color information
#04E1F1 (or 0x04E1F1) is known color: Bright Turquoise. HEX triplet: 04, E1 and F1. RGB value is (4,225,241). Sum of RGB (Red+Green+Blue) = 4+225+241=470 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #04E1F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E1F1 is #FB1E0E. Grayscale: #A0A0A0. Windows color (decimal): -16457231 or 15851780. OLE color: 15851780.
HSL color Cylindrical-coordinate representation of color #04E1F1: hue angle of 184.05º 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 #04E1F1 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 225 | 241 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.05 |
| HSL | 184.05º | 0.97% | 0.48% | - |
| HSV(B) | 184.05º | 0.98% | 0.95% | - |
| XYZ | 42.85 | 60.23 | 92.59 | - |
| YUV | 160.75 | 173.28 | 16.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 225 | 241 | 0.98 | 0.07 | 0 | 0.05 | 184.05 | 0.97 | 0.48 |
| Hex | 4 | E1 | F1 | 62 | 7 | 0 | 5 | B8 | 61 | 30 |
| Octal | 4 | 341 | 361 | 142 | 7 | 0 | 5 | 270 | 141 | 60 |
| Binary | 100 | 11100001 | 11110001 | 1100010 | 111 | 0 | 101 | 10111000 | 1100001 | 110000 |
Color Harmonies of #04E1F1
Complementary color
Monochromatic Colors of #04E1F1
Black with #04E1F1
Text Example
Text Example
White with #04E1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E1F1; }
p { color: rgb(4,225,241); }
H1.HeaderClassName
{
color: #04E1F1;
}
.AnyTagClassName
{
color: #04E1F1;
}
</style>
background-color css
<style>
a { background-color: #04E1F1; }
a { background-color: rgb(4,225,241); }
div.DivClassName
{
background-color: #04E1F1;
}
.BgClassName
{
background-color: #04E1F1;
}
</style>
border-color css
<style>
span { border-color: #04E1F1; }
span { border-color: rgb(4,225,241); }
td.TdClassName
{
border-color: #04E1F1;
}
.TagClassName
{
border-color: #04E1F1;
}
</style>