Shades of Bright Turquoise #04E4E0
Tints of Bright Turquoise #04E4E0
RGB
CMYK
RGB Variations
Color information
#04E4E0 (or 0x04E4E0) is known color: Bright Turquoise. HEX triplet: 04, E4 and E0. RGB value is (4,228,224). Sum of RGB (Red+Green+Blue) = 4+228+224=456 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #04E4E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E4E0 is #FB1B1F. Grayscale: #A0A0A0. Windows color (decimal): -16456480 or 14738436. OLE color: 14738436.
HSL color Cylindrical-coordinate representation of color #04E4E0: hue angle of 178.93º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E4E0 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 228 | 224 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.11 |
| HSL | 178.93º | 0.97% | 0.45% | - |
| HSV(B) | 178.93º | 0.98% | 0.89% | - |
| XYZ | 41.25 | 60.89 | 80.1 | - |
| YUV | 160.57 | 163.79 | 16.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 228 | 224 | 0.98 | 0 | 0.02 | 0.11 | 178.93 | 0.97 | 0.45 |
| Hex | 4 | E4 | E0 | 62 | 0 | 2 | B | B3 | 61 | 2D |
| Octal | 4 | 344 | 340 | 142 | 0 | 2 | 13 | 263 | 141 | 55 |
| Binary | 100 | 11100100 | 11100000 | 1100010 | 0 | 10 | 1011 | 10110011 | 1100001 | 101101 |
Color Harmonies of #04E4E0
Complementary color
Monochromatic Colors of #04E4E0
Black with #04E4E0
Text Example
Text Example
White with #04E4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E4E0; }
p { color: rgb(4,228,224); }
H1.HeaderClassName
{
color: #04E4E0;
}
.AnyTagClassName
{
color: #04E4E0;
}
</style>
background-color css
<style>
a { background-color: #04E4E0; }
a { background-color: rgb(4,228,224); }
div.DivClassName
{
background-color: #04E4E0;
}
.BgClassName
{
background-color: #04E4E0;
}
</style>
border-color css
<style>
span { border-color: #04E4E0; }
span { border-color: rgb(4,228,224); }
td.TdClassName
{
border-color: #04E4E0;
}
.TagClassName
{
border-color: #04E4E0;
}
</style>