Shades of Bright Turquoise #04DCDC
Tints of Bright Turquoise #04DCDC
RGB
CMYK
RGB Variations
Color information
#04DCDC (or 0x04DCDC) is known color: Bright Turquoise. HEX triplet: 04, DC and DC. RGB value is (4,220,220). Sum of RGB (Red+Green+Blue) = 4+220+220=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #04DCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCDC is #FB2323. Grayscale: #9B9B9B. Windows color (decimal): -16458532 or 14474244. OLE color: 14474244.
HSL color Cylindrical-coordinate representation of color #04DCDC: hue angle of 180º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCDC is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 220 | - |
| CMYK | 0.98 | 0 | 0 | 0.14 |
| HSL | 180º | 0.96% | 0.44% | - |
| HSV(B) | 180º | 0.98% | 0.86% | - |
| XYZ | 38.56 | 56.38 | 76.56 | - |
| YUV | 155.42 | 164.44 | 20 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 220 | 0.98 | 0 | 0 | 0.14 | 180 | 0.96 | 0.44 |
| Hex | 4 | DC | DC | 62 | 0 | 0 | E | B4 | 60 | 2C |
| Octal | 4 | 334 | 334 | 142 | 0 | 0 | 16 | 264 | 140 | 54 |
| Binary | 100 | 11011100 | 11011100 | 1100010 | 0 | 0 | 1110 | 10110100 | 1100000 | 101100 |
Color Harmonies of #04DCDC
Complementary color
Monochromatic Colors of #04DCDC
Black with #04DCDC
Text Example
Text Example
White with #04DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCDC; }
p { color: rgb(4,220,220); }
H1.HeaderClassName
{
color: #04DCDC;
}
.AnyTagClassName
{
color: #04DCDC;
}
</style>
background-color css
<style>
a { background-color: #04DCDC; }
a { background-color: rgb(4,220,220); }
div.DivClassName
{
background-color: #04DCDC;
}
.BgClassName
{
background-color: #04DCDC;
}
</style>
border-color css
<style>
span { border-color: #04DCDC; }
span { border-color: rgb(4,220,220); }
td.TdClassName
{
border-color: #04DCDC;
}
.TagClassName
{
border-color: #04DCDC;
}
</style>