Shades of Bright Turquoise #04E2DF
Tints of Bright Turquoise #04E2DF
RGB
CMYK
RGB Variations
Color information
#04E2DF (or 0x04E2DF) is known color: Bright Turquoise. HEX triplet: 04, E2 and DF. RGB value is (4,226,223). Sum of RGB (Red+Green+Blue) = 4+226+223=453 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #04E2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04E2DF is #FB1D20. Grayscale: #9F9F9F. Windows color (decimal): -16456993 or 14672388. OLE color: 14672388.
HSL color Cylindrical-coordinate representation of color #04E2DF: hue angle of 179.19º 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 #04E2DF is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 226 | 223 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.11 |
| HSL | 179.19º | 0.97% | 0.45% | - |
| HSV(B) | 179.19º | 0.98% | 0.89% | - |
| XYZ | 40.57 | 59.75 | 79.21 | - |
| YUV | 159.28 | 163.95 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 226 | 223 | 0.98 | 0 | 0.01 | 0.11 | 179.19 | 0.97 | 0.45 |
| Hex | 4 | E2 | DF | 62 | 0 | 1 | B | B3 | 61 | 2D |
| Octal | 4 | 342 | 337 | 142 | 0 | 1 | 13 | 263 | 141 | 55 |
| Binary | 100 | 11100010 | 11011111 | 1100010 | 0 | 1 | 1011 | 10110011 | 1100001 | 101101 |
Color Harmonies of #04E2DF
Complementary color
Monochromatic Colors of #04E2DF
Black with #04E2DF
Text Example
Text Example
White with #04E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E2DF; }
p { color: rgb(4,226,223); }
H1.HeaderClassName
{
color: #04E2DF;
}
.AnyTagClassName
{
color: #04E2DF;
}
</style>
background-color css
<style>
a { background-color: #04E2DF; }
a { background-color: rgb(4,226,223); }
div.DivClassName
{
background-color: #04E2DF;
}
.BgClassName
{
background-color: #04E2DF;
}
</style>
border-color css
<style>
span { border-color: #04E2DF; }
span { border-color: rgb(4,226,223); }
td.TdClassName
{
border-color: #04E2DF;
}
.TagClassName
{
border-color: #04E2DF;
}
</style>