Shades of Bright Turquoise #04E2F1
Tints of Bright Turquoise #04E2F1
RGB
CMYK
RGB Variations
Color information
#04E2F1 (or 0x04E2F1) is known color: Bright Turquoise. HEX triplet: 04, E2 and F1. RGB value is (4,226,241). Sum of RGB (Red+Green+Blue) = 4+226+241=471 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #04E2F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E2F1 is #FB1D0E. Grayscale: #A1A1A1. Windows color (decimal): -16456975 or 15852036. OLE color: 15852036.
HSL color Cylindrical-coordinate representation of color #04E2F1: hue angle of 183.8º 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 #04E2F1 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 226 | 241 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.05 |
| HSL | 183.8º | 0.97% | 0.48% | - |
| HSV(B) | 183.8º | 0.98% | 0.95% | - |
| XYZ | 43.12 | 60.77 | 92.68 | - |
| YUV | 161.33 | 172.95 | 15.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 241 | 0.98 | 0.06 | 0 | 0.05 | 183.8 | 0.97 | 0.48 |
| Hex | 4 | E2 | F1 | 62 | 6 | 0 | 5 | B8 | 61 | 30 |
| Octal | 4 | 342 | 361 | 142 | 6 | 0 | 5 | 270 | 141 | 60 |
| Binary | 100 | 11100010 | 11110001 | 1100010 | 110 | 0 | 101 | 10111000 | 1100001 | 110000 |
Color Harmonies of #04E2F1
Complementary color
Monochromatic Colors of #04E2F1
Black with #04E2F1
Text Example
Text Example
White with #04E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2F1; }
p { color: rgb(4,226,241); }
H1.HeaderClassName
{
color: #04E2F1;
}
.AnyTagClassName
{
color: #04E2F1;
}
</style>
background-color css
<style>
a { background-color: #04E2F1; }
a { background-color: rgb(4,226,241); }
div.DivClassName
{
background-color: #04E2F1;
}
.BgClassName
{
background-color: #04E2F1;
}
</style>
border-color css
<style>
span { border-color: #04E2F1; }
span { border-color: rgb(4,226,241); }
td.TdClassName
{
border-color: #04E2F1;
}
.TagClassName
{
border-color: #04E2F1;
}
</style>