Shades of Dark Turquoise #03D7DF
Tints of Dark Turquoise #03D7DF
RGB
CMYK
RGB Variations
Color information
#03D7DF (or 0x03D7DF) is known color: Dark Turquoise. HEX triplet: 03, D7 and DF. RGB value is (3,215,223). Sum of RGB (Red+Green+Blue) = 3+215+223=441 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #03D7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D7DF is #FC2820. Grayscale: #989898. Windows color (decimal): -16525345 or 14669571. OLE color: 14669571.
HSL color Cylindrical-coordinate representation of color #03D7DF: hue angle of 182.18º 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 #03D7DF is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 215 | 223 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.13 |
| HSL | 182.18º | 0.97% | 0.44% | - |
| HSV(B) | 182.18º | 0.99% | 0.87% | - |
| XYZ | 37.66 | 53.95 | 78.24 | - |
| YUV | 152.52 | 167.76 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 215 | 223 | 0.99 | 0.04 | 0 | 0.13 | 182.18 | 0.97 | 0.44 |
| Hex | 3 | D7 | DF | 63 | 4 | 0 | D | B6 | 61 | 2C |
| Octal | 3 | 327 | 337 | 143 | 4 | 0 | 15 | 266 | 141 | 54 |
| Binary | 11 | 11010111 | 11011111 | 1100011 | 100 | 0 | 1101 | 10110110 | 1100001 | 101100 |
Color Harmonies of #03D7DF
Complementary color
Monochromatic Colors of #03D7DF
Black with #03D7DF
Text Example
Text Example
White with #03D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D7DF; }
p { color: rgb(3,215,223); }
H1.HeaderClassName
{
color: #03D7DF;
}
.AnyTagClassName
{
color: #03D7DF;
}
</style>
background-color css
<style>
a { background-color: #03D7DF; }
a { background-color: rgb(3,215,223); }
div.DivClassName
{
background-color: #03D7DF;
}
.BgClassName
{
background-color: #03D7DF;
}
</style>
border-color css
<style>
span { border-color: #03D7DF; }
span { border-color: rgb(3,215,223); }
td.TdClassName
{
border-color: #03D7DF;
}
.TagClassName
{
border-color: #03D7DF;
}
</style>