Shades of Bright Turquoise #04DFE0
Tints of Bright Turquoise #04DFE0
RGB
CMYK
RGB Variations
Color information
#04DFE0 (or 0x04DFE0) is known color: Bright Turquoise. HEX triplet: 04, DF and E0. RGB value is (4,223,224). Sum of RGB (Red+Green+Blue) = 4+223+224=451 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #04DFE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DFE0 is #FB201F. Grayscale: #9D9D9D. Windows color (decimal): -16457760 or 14737156. OLE color: 14737156.
HSL color Cylindrical-coordinate representation of color #04DFE0: hue angle of 180.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFE0 is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 223 | 224 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.12 |
| HSL | 180.27º | 0.96% | 0.45% | - |
| HSV(B) | 180.27º | 0.98% | 0.88% | - |
| XYZ | 39.89 | 58.18 | 79.65 | - |
| YUV | 157.63 | 165.45 | 18.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 224 | 0.98 | 0.00 | 0 | 0.12 | 180.27 | 0.96 | 0.45 |
| Hex | 4 | DF | E0 | 62 | 0 | 0 | C | B4 | 60 | 2D |
| Octal | 4 | 337 | 340 | 142 | 0 | 0 | 14 | 264 | 140 | 55 |
| Binary | 100 | 11011111 | 11100000 | 1100010 | 0 | 0 | 1100 | 10110100 | 1100000 | 101101 |
Color Harmonies of #04DFE0
Complementary color
Monochromatic Colors of #04DFE0
Black with #04DFE0
Text Example
Text Example
White with #04DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFE0; }
p { color: rgb(4,223,224); }
H1.HeaderClassName
{
color: #04DFE0;
}
.AnyTagClassName
{
color: #04DFE0;
}
</style>
background-color css
<style>
a { background-color: #04DFE0; }
a { background-color: rgb(4,223,224); }
div.DivClassName
{
background-color: #04DFE0;
}
.BgClassName
{
background-color: #04DFE0;
}
</style>
border-color css
<style>
span { border-color: #04DFE0; }
span { border-color: rgb(4,223,224); }
td.TdClassName
{
border-color: #04DFE0;
}
.TagClassName
{
border-color: #04DFE0;
}
</style>