Shades of Dark Turquoise #03D5DC
Tints of Dark Turquoise #03D5DC
RGB
CMYK
RGB Variations
Color information
#03D5DC (or 0x03D5DC) is known color: Dark Turquoise. HEX triplet: 03, D5 and DC. RGB value is (3,213,220). Sum of RGB (Red+Green+Blue) = 3+213+220=436 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #03D5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D5DC is #FC2A23. Grayscale: #969696. Windows color (decimal): -16525860 or 14472451. OLE color: 14472451.
HSL color Cylindrical-coordinate representation of color #03D5DC: hue angle of 181.94º 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 #03D5DC is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 213 | 220 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.14 |
| HSL | 181.94º | 0.97% | 0.44% | - |
| HSV(B) | 181.94º | 0.99% | 0.86% | - |
| XYZ | 36.75 | 52.78 | 75.96 | - |
| YUV | 151.01 | 166.93 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 220 | 0.99 | 0.03 | 0 | 0.14 | 181.94 | 0.97 | 0.44 |
| Hex | 3 | D5 | DC | 63 | 3 | 0 | E | B6 | 61 | 2C |
| Octal | 3 | 325 | 334 | 143 | 3 | 0 | 16 | 266 | 141 | 54 |
| Binary | 11 | 11010101 | 11011100 | 1100011 | 11 | 0 | 1110 | 10110110 | 1100001 | 101100 |
Color Harmonies of #03D5DC
Complementary color
Monochromatic Colors of #03D5DC
Black with #03D5DC
Text Example
Text Example
White with #03D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D5DC; }
p { color: rgb(3,213,220); }
H1.HeaderClassName
{
color: #03D5DC;
}
.AnyTagClassName
{
color: #03D5DC;
}
</style>
background-color css
<style>
a { background-color: #03D5DC; }
a { background-color: rgb(3,213,220); }
div.DivClassName
{
background-color: #03D5DC;
}
.BgClassName
{
background-color: #03D5DC;
}
</style>
border-color css
<style>
span { border-color: #03D5DC; }
span { border-color: rgb(3,213,220); }
td.TdClassName
{
border-color: #03D5DC;
}
.TagClassName
{
border-color: #03D5DC;
}
</style>