Shades of Bright Turquoise #04E2C7
Tints of Bright Turquoise #04E2C7
RGB
CMYK
RGB Variations
Color information
#04E2C7 (or 0x04E2C7) is known color: Bright Turquoise. HEX triplet: 04, E2 and C7. RGB value is (4,226,199). Sum of RGB (Red+Green+Blue) = 4+226+199=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #04E2C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E2C7 is #FB1D38. Grayscale: #9C9C9C. Windows color (decimal): -16457017 or 13099524. OLE color: 13099524.
HSL color Cylindrical-coordinate representation of color #04E2C7: hue angle of 172.7º 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 #04E2C7 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 226 | 199 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.11 |
| HSL | 172.7º | 0.97% | 0.45% | - |
| HSV(B) | 172.7º | 0.98% | 0.89% | - |
| XYZ | 37.56 | 58.54 | 63.35 | - |
| YUV | 156.54 | 151.95 | 19.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 199 | 0.98 | 0 | 0.12 | 0.11 | 172.7 | 0.97 | 0.45 |
| Hex | 4 | E2 | C7 | 62 | 0 | C | B | AD | 61 | 2D |
| Octal | 4 | 342 | 307 | 142 | 0 | 14 | 13 | 255 | 141 | 55 |
| Binary | 100 | 11100010 | 11000111 | 1100010 | 0 | 1100 | 1011 | 10101101 | 1100001 | 101101 |
Color Harmonies of #04E2C7
Complementary color
Monochromatic Colors of #04E2C7
Black with #04E2C7
Text Example
Text Example
White with #04E2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2C7; }
p { color: rgb(4,226,199); }
H1.HeaderClassName
{
color: #04E2C7;
}
.AnyTagClassName
{
color: #04E2C7;
}
</style>
background-color css
<style>
a { background-color: #04E2C7; }
a { background-color: rgb(4,226,199); }
div.DivClassName
{
background-color: #04E2C7;
}
.BgClassName
{
background-color: #04E2C7;
}
</style>
border-color css
<style>
span { border-color: #04E2C7; }
span { border-color: rgb(4,226,199); }
td.TdClassName
{
border-color: #04E2C7;
}
.TagClassName
{
border-color: #04E2C7;
}
</style>