Shades of Bright Turquoise #04DEE8
Tints of Bright Turquoise #04DEE8
RGB
CMYK
RGB Variations
Color information
#04DEE8 (or 0x04DEE8) is known color: Bright Turquoise. HEX triplet: 04, DE and E8. RGB value is (4,222,232). Sum of RGB (Red+Green+Blue) = 4+222+232=458 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 232 (91.02% from 255 or 50.66% from 458); Max value from RGB is 232 - color contains mainly: blue. Hex color #04DEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DEE8 is #FB2117. Grayscale: #9D9D9D. Windows color (decimal): -16458008 or 15261188. OLE color: 15261188.
HSL color Cylindrical-coordinate representation of color #04DEE8: hue angle of 182.63º 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 #04DEE8 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 222 | 232 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.09 |
| HSL | 182.63º | 0.97% | 0.46% | - |
| HSV(B) | 182.63º | 0.98% | 0.91% | - |
| XYZ | 40.74 | 58.09 | 85.41 | - |
| YUV | 157.96 | 169.78 | 18.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 232 | 0.98 | 0.04 | 0 | 0.09 | 182.63 | 0.97 | 0.46 |
| Hex | 4 | DE | E8 | 62 | 4 | 0 | 9 | B7 | 61 | 2E |
| Octal | 4 | 336 | 350 | 142 | 4 | 0 | 11 | 267 | 141 | 56 |
| Binary | 100 | 11011110 | 11101000 | 1100010 | 100 | 0 | 1001 | 10110111 | 1100001 | 101110 |
Color Harmonies of #04DEE8
Complementary color
Monochromatic Colors of #04DEE8
Black with #04DEE8
Text Example
Text Example
White with #04DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DEE8; }
p { color: rgb(4,222,232); }
H1.HeaderClassName
{
color: #04DEE8;
}
.AnyTagClassName
{
color: #04DEE8;
}
</style>
background-color css
<style>
a { background-color: #04DEE8; }
a { background-color: rgb(4,222,232); }
div.DivClassName
{
background-color: #04DEE8;
}
.BgClassName
{
background-color: #04DEE8;
}
</style>
border-color css
<style>
span { border-color: #04DEE8; }
span { border-color: rgb(4,222,232); }
td.TdClassName
{
border-color: #04DEE8;
}
.TagClassName
{
border-color: #04DEE8;
}
</style>