Shades of Dark Turquoise #03D9DC
Tints of Dark Turquoise #03D9DC
RGB
CMYK
RGB Variations
Color information
#03D9DC (or 0x03D9DC) is known color: Dark Turquoise. HEX triplet: 03, D9 and DC. RGB value is (3,217,220). Sum of RGB (Red+Green+Blue) = 3+217+220=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #03D9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D9DC is #FC2623. Grayscale: #999999. Windows color (decimal): -16524836 or 14473475. OLE color: 14473475.
HSL color Cylindrical-coordinate representation of color #03D9DC: hue angle of 180.83º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D9DC is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 217 | 220 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.14 |
| HSL | 180.83º | 0.97% | 0.44% | - |
| HSV(B) | 180.83º | 0.99% | 0.86% | - |
| XYZ | 37.77 | 54.81 | 76.3 | - |
| YUV | 153.36 | 165.6 | 20.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 220 | 0.99 | 0.01 | 0 | 0.14 | 180.83 | 0.97 | 0.44 |
| Hex | 3 | D9 | DC | 63 | 1 | 0 | E | B5 | 61 | 2C |
| Octal | 3 | 331 | 334 | 143 | 1 | 0 | 16 | 265 | 141 | 54 |
| Binary | 11 | 11011001 | 11011100 | 1100011 | 1 | 0 | 1110 | 10110101 | 1100001 | 101100 |
Color Harmonies of #03D9DC
Complementary color
Monochromatic Colors of #03D9DC
Black with #03D9DC
Text Example
Text Example
White with #03D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D9DC; }
p { color: rgb(3,217,220); }
H1.HeaderClassName
{
color: #03D9DC;
}
.AnyTagClassName
{
color: #03D9DC;
}
</style>
background-color css
<style>
a { background-color: #03D9DC; }
a { background-color: rgb(3,217,220); }
div.DivClassName
{
background-color: #03D9DC;
}
.BgClassName
{
background-color: #03D9DC;
}
</style>
border-color css
<style>
span { border-color: #03D9DC; }
span { border-color: rgb(3,217,220); }
td.TdClassName
{
border-color: #03D9DC;
}
.TagClassName
{
border-color: #03D9DC;
}
</style>