Shades of Dark Turquoise #03C7DB
Tints of Dark Turquoise #03C7DB
RGB
CMYK
RGB Variations
Color information
#03C7DB (or 0x03C7DB) is known color: Dark Turquoise. HEX triplet: 03, C7 and DB. RGB value is (3,199,219). Sum of RGB (Red+Green+Blue) = 3+199+219=421 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #03C7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C7DB is #FC3824. Grayscale: #8E8E8E. Windows color (decimal): -16529445 or 14403331. OLE color: 14403331.
HSL color Cylindrical-coordinate representation of color #03C7DB: hue angle of 185.56º 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 #03C7DB is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 199 | 219 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.14 |
| HSL | 185.56º | 0.97% | 0.44% | - |
| HSV(B) | 185.56º | 0.99% | 0.86% | - |
| XYZ | 33.25 | 45.98 | 74.14 | - |
| YUV | 142.68 | 171.07 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 199 | 219 | 0.99 | 0.09 | 0 | 0.14 | 185.56 | 0.97 | 0.44 |
| Hex | 3 | C7 | DB | 63 | 9 | 0 | E | BA | 61 | 2C |
| Octal | 3 | 307 | 333 | 143 | 11 | 0 | 16 | 272 | 141 | 54 |
| Binary | 11 | 11000111 | 11011011 | 1100011 | 1001 | 0 | 1110 | 10111010 | 1100001 | 101100 |
Color Harmonies of #03C7DB
Complementary color
Monochromatic Colors of #03C7DB
Black with #03C7DB
Text Example
Text Example
White with #03C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C7DB; }
p { color: rgb(3,199,219); }
H1.HeaderClassName
{
color: #03C7DB;
}
.AnyTagClassName
{
color: #03C7DB;
}
</style>
background-color css
<style>
a { background-color: #03C7DB; }
a { background-color: rgb(3,199,219); }
div.DivClassName
{
background-color: #03C7DB;
}
.BgClassName
{
background-color: #03C7DB;
}
</style>
border-color css
<style>
span { border-color: #03C7DB; }
span { border-color: rgb(3,199,219); }
td.TdClassName
{
border-color: #03C7DB;
}
.TagClassName
{
border-color: #03C7DB;
}
</style>