Shades of Bright Turquoise #04DCE5
Tints of Bright Turquoise #04DCE5
RGB
CMYK
RGB Variations
Color information
#04DCE5 (or 0x04DCE5) is known color: Bright Turquoise. HEX triplet: 04, DC and E5. RGB value is (4,220,229). Sum of RGB (Red+Green+Blue) = 4+220+229=453 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #04DCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCE5 is #FB231A. Grayscale: #9C9C9C. Windows color (decimal): -16458523 or 15064068. OLE color: 15064068.
HSL color Cylindrical-coordinate representation of color #04DCE5: hue angle of 182.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCE5 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 220 | 229 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.10 |
| HSL | 182.4º | 0.97% | 0.46% | - |
| HSV(B) | 182.4º | 0.98% | 0.9% | - |
| XYZ | 39.79 | 56.87 | 83.01 | - |
| YUV | 156.44 | 168.94 | 19.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 229 | 0.98 | 0.04 | 0 | 0.10 | 182.4 | 0.97 | 0.46 |
| Hex | 4 | DC | E5 | 62 | 4 | 0 | A | B6 | 61 | 2E |
| Octal | 4 | 334 | 345 | 142 | 4 | 0 | 12 | 266 | 141 | 56 |
| Binary | 100 | 11011100 | 11100101 | 1100010 | 100 | 0 | 1010 | 10110110 | 1100001 | 101110 |
Color Harmonies of #04DCE5
Complementary color
Monochromatic Colors of #04DCE5
Black with #04DCE5
Text Example
Text Example
White with #04DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCE5; }
p { color: rgb(4,220,229); }
H1.HeaderClassName
{
color: #04DCE5;
}
.AnyTagClassName
{
color: #04DCE5;
}
</style>
background-color css
<style>
a { background-color: #04DCE5; }
a { background-color: rgb(4,220,229); }
div.DivClassName
{
background-color: #04DCE5;
}
.BgClassName
{
background-color: #04DCE5;
}
</style>
border-color css
<style>
span { border-color: #04DCE5; }
span { border-color: rgb(4,220,229); }
td.TdClassName
{
border-color: #04DCE5;
}
.TagClassName
{
border-color: #04DCE5;
}
</style>