Shades of Dark Turquoise #03C9DB
Tints of Dark Turquoise #03C9DB
RGB
CMYK
RGB Variations
Color information
#03C9DB (or 0x03C9DB) is known color: Dark Turquoise. HEX triplet: 03, C9 and DB. RGB value is (3,201,219). Sum of RGB (Red+Green+Blue) = 3+201+219=423 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #03C9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C9DB is #FC3624. Grayscale: #8F8F8F. Windows color (decimal): -16528933 or 14403843. OLE color: 14403843.
HSL color Cylindrical-coordinate representation of color #03C9DB: hue angle of 185º 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 #03C9DB is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 201 | 219 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.14 |
| HSL | 185º | 0.97% | 0.44% | - |
| HSV(B) | 185º | 0.99% | 0.86% | - |
| XYZ | 33.71 | 46.91 | 74.3 | - |
| YUV | 143.85 | 170.4 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 219 | 0.99 | 0.08 | 0 | 0.14 | 185 | 0.97 | 0.44 |
| Hex | 3 | C9 | DB | 63 | 8 | 0 | E | B9 | 61 | 2C |
| Octal | 3 | 311 | 333 | 143 | 10 | 0 | 16 | 271 | 141 | 54 |
| Binary | 11 | 11001001 | 11011011 | 1100011 | 1000 | 0 | 1110 | 10111001 | 1100001 | 101100 |
Color Harmonies of #03C9DB
Complementary color
Monochromatic Colors of #03C9DB
Black with #03C9DB
Text Example
Text Example
White with #03C9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C9DB; }
p { color: rgb(3,201,219); }
H1.HeaderClassName
{
color: #03C9DB;
}
.AnyTagClassName
{
color: #03C9DB;
}
</style>
background-color css
<style>
a { background-color: #03C9DB; }
a { background-color: rgb(3,201,219); }
div.DivClassName
{
background-color: #03C9DB;
}
.BgClassName
{
background-color: #03C9DB;
}
</style>
border-color css
<style>
span { border-color: #03C9DB; }
span { border-color: rgb(3,201,219); }
td.TdClassName
{
border-color: #03C9DB;
}
.TagClassName
{
border-color: #03C9DB;
}
</style>