Shades of Bright Turquoise #04DFE8
Tints of Bright Turquoise #04DFE8
RGB
CMYK
RGB Variations
Color information
#04DFE8 (or 0x04DFE8) is known color: Bright Turquoise. HEX triplet: 04, DF and E8. RGB value is (4,223,232). Sum of RGB (Red+Green+Blue) = 4+223+232=459 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #04DFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFE8 is #FB2017. Grayscale: #9E9E9E. Windows color (decimal): -16457752 or 15261444. OLE color: 15261444.
HSL color Cylindrical-coordinate representation of color #04DFE8: hue angle of 182.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DFE8 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 223 | 232 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.09 |
| HSL | 182.37º | 0.97% | 0.46% | - |
| HSV(B) | 182.37º | 0.98% | 0.91% | - |
| XYZ | 41 | 58.63 | 85.5 | - |
| YUV | 158.55 | 169.45 | 17.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 223 | 232 | 0.98 | 0.04 | 0 | 0.09 | 182.37 | 0.97 | 0.46 |
| Hex | 4 | DF | E8 | 62 | 4 | 0 | 9 | B6 | 61 | 2E |
| Octal | 4 | 337 | 350 | 142 | 4 | 0 | 11 | 266 | 141 | 56 |
| Binary | 100 | 11011111 | 11101000 | 1100010 | 100 | 0 | 1001 | 10110110 | 1100001 | 101110 |
Color Harmonies of #04DFE8
Complementary color
Monochromatic Colors of #04DFE8
Black with #04DFE8
Text Example
Text Example
White with #04DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DFE8; }
p { color: rgb(4,223,232); }
H1.HeaderClassName
{
color: #04DFE8;
}
.AnyTagClassName
{
color: #04DFE8;
}
</style>
background-color css
<style>
a { background-color: #04DFE8; }
a { background-color: rgb(4,223,232); }
div.DivClassName
{
background-color: #04DFE8;
}
.BgClassName
{
background-color: #04DFE8;
}
</style>
border-color css
<style>
span { border-color: #04DFE8; }
span { border-color: rgb(4,223,232); }
td.TdClassName
{
border-color: #04DFE8;
}
.TagClassName
{
border-color: #04DFE8;
}
</style>