Shades of Bright Turquoise #04DEE0
Tints of Bright Turquoise #04DEE0
RGB
CMYK
RGB Variations
Color information
#04DEE0 (or 0x04DEE0) is known color: Bright Turquoise. HEX triplet: 04, DE and E0. RGB value is (4,222,224). Sum of RGB (Red+Green+Blue) = 4+222+224=450 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #04DEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DEE0 is #FB211F. Grayscale: #9C9C9C. Windows color (decimal): -16458016 or 14736900. OLE color: 14736900.
HSL color Cylindrical-coordinate representation of color #04DEE0: hue angle of 180.55º 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 #04DEE0 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 222 | 224 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.12 |
| HSL | 180.55º | 0.96% | 0.45% | - |
| HSV(B) | 180.55º | 0.98% | 0.88% | - |
| XYZ | 39.63 | 57.65 | 79.56 | - |
| YUV | 157.05 | 165.78 | 18.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 224 | 0.98 | 0.01 | 0 | 0.12 | 180.55 | 0.96 | 0.45 |
| Hex | 4 | DE | E0 | 62 | 1 | 0 | C | B5 | 60 | 2D |
| Octal | 4 | 336 | 340 | 142 | 1 | 0 | 14 | 265 | 140 | 55 |
| Binary | 100 | 11011110 | 11100000 | 1100010 | 1 | 0 | 1100 | 10110101 | 1100000 | 101101 |
Color Harmonies of #04DEE0
Complementary color
Monochromatic Colors of #04DEE0
Black with #04DEE0
Text Example
Text Example
White with #04DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DEE0; }
p { color: rgb(4,222,224); }
H1.HeaderClassName
{
color: #04DEE0;
}
.AnyTagClassName
{
color: #04DEE0;
}
</style>
background-color css
<style>
a { background-color: #04DEE0; }
a { background-color: rgb(4,222,224); }
div.DivClassName
{
background-color: #04DEE0;
}
.BgClassName
{
background-color: #04DEE0;
}
</style>
border-color css
<style>
span { border-color: #04DEE0; }
span { border-color: rgb(4,222,224); }
td.TdClassName
{
border-color: #04DEE0;
}
.TagClassName
{
border-color: #04DEE0;
}
</style>