Shades of Dark Turquoise #03DCD0
Tints of Dark Turquoise #03DCD0
RGB
CMYK
RGB Variations
Color information
#03DCD0 (or 0x03DCD0) is known color: Dark Turquoise. HEX triplet: 03, DC and D0. RGB value is (3,220,208). Sum of RGB (Red+Green+Blue) = 3+220+208=431 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCD0 is #FC232F. Grayscale: #999999. Windows color (decimal): -16524080 or 13687811. OLE color: 13687811.
HSL color Cylindrical-coordinate representation of color #03DCD0: hue angle of 176.68º 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 #03DCD0 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 208 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.14 |
| HSL | 176.68º | 0.97% | 0.44% | - |
| HSV(B) | 176.68º | 0.99% | 0.86% | - |
| XYZ | 37.02 | 55.76 | 68.49 | - |
| YUV | 153.75 | 158.61 | 20.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 208 | 0.99 | 0 | 0.05 | 0.14 | 176.68 | 0.97 | 0.44 |
| Hex | 3 | DC | D0 | 63 | 0 | 5 | E | B1 | 61 | 2C |
| Octal | 3 | 334 | 320 | 143 | 0 | 5 | 16 | 261 | 141 | 54 |
| Binary | 11 | 11011100 | 11010000 | 1100011 | 0 | 101 | 1110 | 10110001 | 1100001 | 101100 |
Color Harmonies of #03DCD0
Complementary color
Monochromatic Colors of #03DCD0
Black with #03DCD0
Text Example
Text Example
White with #03DCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCD0; }
p { color: rgb(3,220,208); }
H1.HeaderClassName
{
color: #03DCD0;
}
.AnyTagClassName
{
color: #03DCD0;
}
</style>
background-color css
<style>
a { background-color: #03DCD0; }
a { background-color: rgb(3,220,208); }
div.DivClassName
{
background-color: #03DCD0;
}
.BgClassName
{
background-color: #03DCD0;
}
</style>
border-color css
<style>
span { border-color: #03DCD0; }
span { border-color: rgb(3,220,208); }
td.TdClassName
{
border-color: #03DCD0;
}
.TagClassName
{
border-color: #03DCD0;
}
</style>