Shades of Dark Turquoise #03D5DB
Tints of Dark Turquoise #03D5DB
RGB
CMYK
RGB Variations
Color information
#03D5DB (or 0x03D5DB) is known color: Dark Turquoise. HEX triplet: 03, D5 and DB. RGB value is (3,213,219). Sum of RGB (Red+Green+Blue) = 3+213+219=435 (57% of max value = 765). Red value is 3 (1.56% from 255 or 0.69% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #03D5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03D5DB is #FC2A24. Grayscale: #969696. Windows color (decimal): -16525861 or 14406915. OLE color: 14406915.
HSL color Cylindrical-coordinate representation of color #03D5DB: hue angle of 181.67º 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 #03D5DB is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 213 | 219 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.14 |
| HSL | 181.67º | 0.97% | 0.44% | - |
| HSV(B) | 181.67º | 0.99% | 0.86% | - |
| XYZ | 36.62 | 52.72 | 75.26 | - |
| YUV | 150.89 | 166.43 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 213 | 219 | 0.99 | 0.03 | 0 | 0.14 | 181.67 | 0.97 | 0.44 |
| Hex | 3 | D5 | DB | 63 | 3 | 0 | E | B6 | 61 | 2C |
| Octal | 3 | 325 | 333 | 143 | 3 | 0 | 16 | 266 | 141 | 54 |
| Binary | 11 | 11010101 | 11011011 | 1100011 | 11 | 0 | 1110 | 10110110 | 1100001 | 101100 |
Color Harmonies of #03D5DB
Complementary color
Monochromatic Colors of #03D5DB
Black with #03D5DB
Text Example
Text Example
White with #03D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D5DB; }
p { color: rgb(3,213,219); }
H1.HeaderClassName
{
color: #03D5DB;
}
.AnyTagClassName
{
color: #03D5DB;
}
</style>
background-color css
<style>
a { background-color: #03D5DB; }
a { background-color: rgb(3,213,219); }
div.DivClassName
{
background-color: #03D5DB;
}
.BgClassName
{
background-color: #03D5DB;
}
</style>
border-color css
<style>
span { border-color: #03D5DB; }
span { border-color: rgb(3,213,219); }
td.TdClassName
{
border-color: #03D5DB;
}
.TagClassName
{
border-color: #03D5DB;
}
</style>