Shades of Bright Turquoise #04DCE1
Tints of Bright Turquoise #04DCE1
RGB
CMYK
RGB Variations
Color information
#04DCE1 (or 0x04DCE1) is known color: Bright Turquoise. HEX triplet: 04, DC and E1. RGB value is (4,220,225). Sum of RGB (Red+Green+Blue) = 4+220+225=449 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #04DCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCE1 is #FB231E. Grayscale: #9B9B9B. Windows color (decimal): -16458527 or 14801924. OLE color: 14801924.
HSL color Cylindrical-coordinate representation of color #04DCE1: hue angle of 181.36º degrees, saturation: 0.97, 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 #04DCE1 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 220 | 225 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.12 |
| HSL | 181.36º | 0.97% | 0.45% | - |
| HSV(B) | 181.36º | 0.98% | 0.88% | - |
| XYZ | 39.23 | 56.65 | 80.1 | - |
| YUV | 155.99 | 166.94 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 225 | 0.98 | 0.02 | 0 | 0.12 | 181.36 | 0.97 | 0.45 |
| Hex | 4 | DC | E1 | 62 | 2 | 0 | C | B5 | 61 | 2D |
| Octal | 4 | 334 | 341 | 142 | 2 | 0 | 14 | 265 | 141 | 55 |
| Binary | 100 | 11011100 | 11100001 | 1100010 | 10 | 0 | 1100 | 10110101 | 1100001 | 101101 |
Color Harmonies of #04DCE1
Complementary color
Monochromatic Colors of #04DCE1
Black with #04DCE1
Text Example
Text Example
White with #04DCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCE1; }
p { color: rgb(4,220,225); }
H1.HeaderClassName
{
color: #04DCE1;
}
.AnyTagClassName
{
color: #04DCE1;
}
</style>
background-color css
<style>
a { background-color: #04DCE1; }
a { background-color: rgb(4,220,225); }
div.DivClassName
{
background-color: #04DCE1;
}
.BgClassName
{
background-color: #04DCE1;
}
</style>
border-color css
<style>
span { border-color: #04DCE1; }
span { border-color: rgb(4,220,225); }
td.TdClassName
{
border-color: #04DCE1;
}
.TagClassName
{
border-color: #04DCE1;
}
</style>