Shades of Bright Turquoise #04EEF1
Tints of Bright Turquoise #04EEF1
RGB
CMYK
RGB Variations
Color information
#04EEF1 (or 0x04EEF1) is known color: Bright Turquoise. HEX triplet: 04, EE and F1. RGB value is (4,238,241). Sum of RGB (Red+Green+Blue) = 4+238+241=483 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 241 (94.53% from 255 or 49.90% from 483); Max value from RGB is 241 - color contains mainly: blue. Hex color #04EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EEF1 is #FB110E. Grayscale: #A8A8A8. Windows color (decimal): -16453903 or 15855108. OLE color: 15855108.
HSL color Cylindrical-coordinate representation of color #04EEF1: hue angle of 180.76º 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 #04EEF1 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 238 | 241 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.05 |
| HSL | 180.76º | 0.97% | 0.48% | - |
| HSV(B) | 180.76º | 0.98% | 0.95% | - |
| XYZ | 46.5 | 67.53 | 93.8 | - |
| YUV | 168.38 | 168.98 | 10.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 241 | 0.98 | 0.01 | 0 | 0.05 | 180.76 | 0.97 | 0.48 |
| Hex | 4 | EE | F1 | 62 | 1 | 0 | 5 | B5 | 61 | 30 |
| Octal | 4 | 356 | 361 | 142 | 1 | 0 | 5 | 265 | 141 | 60 |
| Binary | 100 | 11101110 | 11110001 | 1100010 | 1 | 0 | 101 | 10110101 | 1100001 | 110000 |
Color Harmonies of #04EEF1
Complementary color
Monochromatic Colors of #04EEF1
Black with #04EEF1
Text Example
Text Example
White with #04EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EEF1; }
p { color: rgb(4,238,241); }
H1.HeaderClassName
{
color: #04EEF1;
}
.AnyTagClassName
{
color: #04EEF1;
}
</style>
background-color css
<style>
a { background-color: #04EEF1; }
a { background-color: rgb(4,238,241); }
div.DivClassName
{
background-color: #04EEF1;
}
.BgClassName
{
background-color: #04EEF1;
}
</style>
border-color css
<style>
span { border-color: #04EEF1; }
span { border-color: rgb(4,238,241); }
td.TdClassName
{
border-color: #04EEF1;
}
.TagClassName
{
border-color: #04EEF1;
}
</style>