Shades of Bright Turquoise #04DED2
Tints of Bright Turquoise #04DED2
RGB
CMYK
RGB Variations
Color information
#04DED2 (or 0x04DED2) is known color: Bright Turquoise. HEX triplet: 04, DE and D2. RGB value is (4,222,210). Sum of RGB (Red+Green+Blue) = 4+222+210=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #04DED2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DED2 is #FB212D. Grayscale: #9B9B9B. Windows color (decimal): -16458030 or 13819396. OLE color: 13819396.
HSL color Cylindrical-coordinate representation of color #04DED2: hue angle of 176.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DED2 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 222 | 210 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.13 |
| HSL | 176.7º | 0.96% | 0.44% | - |
| HSV(B) | 176.7º | 0.98% | 0.87% | - |
| XYZ | 37.8 | 56.92 | 69.97 | - |
| YUV | 155.45 | 158.78 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 222 | 210 | 0.98 | 0 | 0.05 | 0.13 | 176.7 | 0.96 | 0.44 |
| Hex | 4 | DE | D2 | 62 | 0 | 5 | D | B1 | 60 | 2C |
| Octal | 4 | 336 | 322 | 142 | 0 | 5 | 15 | 261 | 140 | 54 |
| Binary | 100 | 11011110 | 11010010 | 1100010 | 0 | 101 | 1101 | 10110001 | 1100000 | 101100 |
Color Harmonies of #04DED2
Complementary color
Monochromatic Colors of #04DED2
Black with #04DED2
Text Example
Text Example
White with #04DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DED2; }
p { color: rgb(4,222,210); }
H1.HeaderClassName
{
color: #04DED2;
}
.AnyTagClassName
{
color: #04DED2;
}
</style>
background-color css
<style>
a { background-color: #04DED2; }
a { background-color: rgb(4,222,210); }
div.DivClassName
{
background-color: #04DED2;
}
.BgClassName
{
background-color: #04DED2;
}
</style>
border-color css
<style>
span { border-color: #04DED2; }
span { border-color: rgb(4,222,210); }
td.TdClassName
{
border-color: #04DED2;
}
.TagClassName
{
border-color: #04DED2;
}
</style>