Shades of Dark Turquoise #04D3DB
Tints of Dark Turquoise #04D3DB
RGB
CMYK
RGB Variations
Color information
#04D3DB (or 0x04D3DB) is known color: Dark Turquoise. HEX triplet: 04, D3 and DB. RGB value is (4,211,219). Sum of RGB (Red+Green+Blue) = 4+211+219=434 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #04D3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D3DB is #FB2C24. Grayscale: #959595. Windows color (decimal): -16460837 or 14406404. OLE color: 14406404.
HSL color Cylindrical-coordinate representation of color #04D3DB: hue angle of 182.23º 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 #04D3DB is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 211 | 219 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.14 |
| HSL | 182.23º | 0.96% | 0.44% | - |
| HSV(B) | 182.23º | 0.98% | 0.86% | - |
| XYZ | 36.13 | 51.73 | 75.1 | - |
| YUV | 150.02 | 166.92 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 211 | 219 | 0.98 | 0.04 | 0 | 0.14 | 182.23 | 0.96 | 0.44 |
| Hex | 4 | D3 | DB | 62 | 4 | 0 | E | B6 | 60 | 2C |
| Octal | 4 | 323 | 333 | 142 | 4 | 0 | 16 | 266 | 140 | 54 |
| Binary | 100 | 11010011 | 11011011 | 1100010 | 100 | 0 | 1110 | 10110110 | 1100000 | 101100 |
Color Harmonies of #04D3DB
Complementary color
Monochromatic Colors of #04D3DB
Black with #04D3DB
Text Example
Text Example
White with #04D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D3DB; }
p { color: rgb(4,211,219); }
H1.HeaderClassName
{
color: #04D3DB;
}
.AnyTagClassName
{
color: #04D3DB;
}
</style>
background-color css
<style>
a { background-color: #04D3DB; }
a { background-color: rgb(4,211,219); }
div.DivClassName
{
background-color: #04D3DB;
}
.BgClassName
{
background-color: #04D3DB;
}
</style>
border-color css
<style>
span { border-color: #04D3DB; }
span { border-color: rgb(4,211,219); }
td.TdClassName
{
border-color: #04D3DB;
}
.TagClassName
{
border-color: #04D3DB;
}
</style>