Shades of Dark Turquoise #03D3DB
Tints of Dark Turquoise #03D3DB
RGB
CMYK
RGB Variations
Color information
#03D3DB (or 0x03D3DB) is known color: Dark Turquoise. HEX triplet: 03, D3 and DB. RGB value is (3,211,219). Sum of RGB (Red+Green+Blue) = 3+211+219=433 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #03D3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D3DB is #FC2C24. Grayscale: #959595. Windows color (decimal): -16526373 or 14406403. OLE color: 14406403.
HSL color Cylindrical-coordinate representation of color #03D3DB: hue angle of 182.22º 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 #03D3DB is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 211 | 219 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.14 |
| HSL | 182.22º | 0.97% | 0.44% | - |
| HSV(B) | 182.22º | 0.99% | 0.86% | - |
| XYZ | 36.12 | 51.72 | 75.1 | - |
| YUV | 149.72 | 167.09 | 23.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 211 | 219 | 0.99 | 0.04 | 0 | 0.14 | 182.22 | 0.97 | 0.44 |
| Hex | 3 | D3 | DB | 63 | 4 | 0 | E | B6 | 61 | 2C |
| Octal | 3 | 323 | 333 | 143 | 4 | 0 | 16 | 266 | 141 | 54 |
| Binary | 11 | 11010011 | 11011011 | 1100011 | 100 | 0 | 1110 | 10110110 | 1100001 | 101100 |
Color Harmonies of #03D3DB
Complementary color
Monochromatic Colors of #03D3DB
Black with #03D3DB
Text Example
Text Example
White with #03D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D3DB; }
p { color: rgb(3,211,219); }
H1.HeaderClassName
{
color: #03D3DB;
}
.AnyTagClassName
{
color: #03D3DB;
}
</style>
background-color css
<style>
a { background-color: #03D3DB; }
a { background-color: rgb(3,211,219); }
div.DivClassName
{
background-color: #03D3DB;
}
.BgClassName
{
background-color: #03D3DB;
}
</style>
border-color css
<style>
span { border-color: #03D3DB; }
span { border-color: rgb(3,211,219); }
td.TdClassName
{
border-color: #03D3DB;
}
.TagClassName
{
border-color: #03D3DB;
}
</style>