Shades of Dark Turquoise #03DCD1
Tints of Dark Turquoise #03DCD1
RGB
CMYK
RGB Variations
Color information
#03DCD1 (or 0x03DCD1) is known color: Dark Turquoise. HEX triplet: 03, DC and D1. RGB value is (3,220,209). Sum of RGB (Red+Green+Blue) = 3+220+209=432 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #03DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03DCD1 is #FC232E. Grayscale: #999999. Windows color (decimal): -16524079 or 13753347. OLE color: 13753347.
HSL color Cylindrical-coordinate representation of color #03DCD1: hue angle of 176.96º 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 #03DCD1 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 220 | 209 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.14 |
| HSL | 176.96º | 0.97% | 0.44% | - |
| HSV(B) | 176.96º | 0.99% | 0.86% | - |
| XYZ | 37.14 | 55.81 | 69.14 | - |
| YUV | 153.86 | 159.11 | 20.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 220 | 209 | 0.99 | 0 | 0.05 | 0.14 | 176.96 | 0.97 | 0.44 |
| Hex | 3 | DC | D1 | 63 | 0 | 5 | E | B1 | 61 | 2C |
| Octal | 3 | 334 | 321 | 143 | 0 | 5 | 16 | 261 | 141 | 54 |
| Binary | 11 | 11011100 | 11010001 | 1100011 | 0 | 101 | 1110 | 10110001 | 1100001 | 101100 |
Color Harmonies of #03DCD1
Complementary color
Monochromatic Colors of #03DCD1
Black with #03DCD1
Text Example
Text Example
White with #03DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DCD1; }
p { color: rgb(3,220,209); }
H1.HeaderClassName
{
color: #03DCD1;
}
.AnyTagClassName
{
color: #03DCD1;
}
</style>
background-color css
<style>
a { background-color: #03DCD1; }
a { background-color: rgb(3,220,209); }
div.DivClassName
{
background-color: #03DCD1;
}
.BgClassName
{
background-color: #03DCD1;
}
</style>
border-color css
<style>
span { border-color: #03DCD1; }
span { border-color: rgb(3,220,209); }
td.TdClassName
{
border-color: #03DCD1;
}
.TagClassName
{
border-color: #03DCD1;
}
</style>