Shades of Dark Turquoise #03D6E0
Tints of Dark Turquoise #03D6E0
RGB
CMYK
RGB Variations
Color information
#03D6E0 (or 0x03D6E0) is known color: Dark Turquoise. HEX triplet: 03, D6 and E0. RGB value is (3,214,224). Sum of RGB (Red+Green+Blue) = 3+214+224=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #03D6E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D6E0 is #FC291F. Grayscale: #979797. Windows color (decimal): -16525600 or 14734851. OLE color: 14734851.
HSL color Cylindrical-coordinate representation of color #03D6E0: hue angle of 182.71º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D6E0 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 3 | 214 | 224 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.12 |
| HSL | 182.71º | 0.97% | 0.45% | - |
| HSV(B) | 182.71º | 0.99% | 0.88% | - |
| XYZ | 37.54 | 53.49 | 78.87 | - |
| YUV | 152.05 | 168.6 | 21.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 214 | 224 | 0.99 | 0.04 | 0 | 0.12 | 182.71 | 0.97 | 0.45 |
| Hex | 3 | D6 | E0 | 63 | 4 | 0 | C | B7 | 61 | 2D |
| Octal | 3 | 326 | 340 | 143 | 4 | 0 | 14 | 267 | 141 | 55 |
| Binary | 11 | 11010110 | 11100000 | 1100011 | 100 | 0 | 1100 | 10110111 | 1100001 | 101101 |
Color Harmonies of #03D6E0
Complementary color
Monochromatic Colors of #03D6E0
Black with #03D6E0
Text Example
Text Example
White with #03D6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D6E0; }
p { color: rgb(3,214,224); }
H1.HeaderClassName
{
color: #03D6E0;
}
.AnyTagClassName
{
color: #03D6E0;
}
</style>
background-color css
<style>
a { background-color: #03D6E0; }
a { background-color: rgb(3,214,224); }
div.DivClassName
{
background-color: #03D6E0;
}
.BgClassName
{
background-color: #03D6E0;
}
</style>
border-color css
<style>
span { border-color: #03D6E0; }
span { border-color: rgb(3,214,224); }
td.TdClassName
{
border-color: #03D6E0;
}
.TagClassName
{
border-color: #03D6E0;
}
</style>