Shades of Bright Turquoise #04DCDB
Tints of Bright Turquoise #04DCDB
RGB
CMYK
RGB Variations
Color information
#04DCDB (or 0x04DCDB) is known color: Bright Turquoise. HEX triplet: 04, DC and DB. RGB value is (4,220,219). Sum of RGB (Red+Green+Blue) = 4+220+219=443 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCDB is #FB2324. Grayscale: #9B9B9B. Windows color (decimal): -16458533 or 14408708. OLE color: 14408708.
HSL color Cylindrical-coordinate representation of color #04DCDB: hue angle of 179.72º 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 #04DCDB is Cyan = 0.98, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 219 | - |
| CMYK | 0.98 | 0 | 0.00 | 0.14 |
| HSL | 179.72º | 0.96% | 0.44% | - |
| HSV(B) | 179.72º | 0.98% | 0.86% | - |
| XYZ | 38.43 | 56.33 | 75.86 | - |
| YUV | 155.3 | 163.94 | 20.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 219 | 0.98 | 0 | 0.00 | 0.14 | 179.72 | 0.96 | 0.44 |
| Hex | 4 | DC | DB | 62 | 0 | 0 | E | B4 | 60 | 2C |
| Octal | 4 | 334 | 333 | 142 | 0 | 0 | 16 | 264 | 140 | 54 |
| Binary | 100 | 11011100 | 11011011 | 1100010 | 0 | 0 | 1110 | 10110100 | 1100000 | 101100 |
Color Harmonies of #04DCDB
Complementary color
Monochromatic Colors of #04DCDB
Black with #04DCDB
Text Example
Text Example
White with #04DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCDB; }
p { color: rgb(4,220,219); }
H1.HeaderClassName
{
color: #04DCDB;
}
.AnyTagClassName
{
color: #04DCDB;
}
</style>
background-color css
<style>
a { background-color: #04DCDB; }
a { background-color: rgb(4,220,219); }
div.DivClassName
{
background-color: #04DCDB;
}
.BgClassName
{
background-color: #04DCDB;
}
</style>
border-color css
<style>
span { border-color: #04DCDB; }
span { border-color: rgb(4,220,219); }
td.TdClassName
{
border-color: #04DCDB;
}
.TagClassName
{
border-color: #04DCDB;
}
</style>