Shades of Dark Turquoise #03D8DD
Tints of Dark Turquoise #03D8DD
RGB
CMYK
RGB Variations
Color information
#03D8DD (or 0x03D8DD) is known color: Dark Turquoise. HEX triplet: 03, D8 and DD. RGB value is (3,216,221). Sum of RGB (Red+Green+Blue) = 3+216+221=440 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #03D8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D8DD is #FC2722. Grayscale: #989898. Windows color (decimal): -16525091 or 14538755. OLE color: 14538755.
HSL color Cylindrical-coordinate representation of color #03D8DD: hue angle of 181.38º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D8DD is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 216 | 221 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.13 |
| HSL | 181.38º | 0.97% | 0.44% | - |
| HSV(B) | 181.38º | 0.99% | 0.87% | - |
| XYZ | 37.64 | 54.35 | 76.91 | - |
| YUV | 152.88 | 166.43 | 21.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 216 | 221 | 0.99 | 0.02 | 0 | 0.13 | 181.38 | 0.97 | 0.44 |
| Hex | 3 | D8 | DD | 63 | 2 | 0 | D | B5 | 61 | 2C |
| Octal | 3 | 330 | 335 | 143 | 2 | 0 | 15 | 265 | 141 | 54 |
| Binary | 11 | 11011000 | 11011101 | 1100011 | 10 | 0 | 1101 | 10110101 | 1100001 | 101100 |
Color Harmonies of #03D8DD
Complementary color
Monochromatic Colors of #03D8DD
Black with #03D8DD
Text Example
Text Example
White with #03D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D8DD; }
p { color: rgb(3,216,221); }
H1.HeaderClassName
{
color: #03D8DD;
}
.AnyTagClassName
{
color: #03D8DD;
}
</style>
background-color css
<style>
a { background-color: #03D8DD; }
a { background-color: rgb(3,216,221); }
div.DivClassName
{
background-color: #03D8DD;
}
.BgClassName
{
background-color: #03D8DD;
}
</style>
border-color css
<style>
span { border-color: #03D8DD; }
span { border-color: rgb(3,216,221); }
td.TdClassName
{
border-color: #03D8DD;
}
.TagClassName
{
border-color: #03D8DD;
}
</style>