Shades of Dark Turquoise #03C0DD
Tints of Dark Turquoise #03C0DD
RGB
CMYK
RGB Variations
Color information
#03C0DD (or 0x03C0DD) is known color: Dark Turquoise. HEX triplet: 03, C0 and DD. RGB value is (3,192,221). Sum of RGB (Red+Green+Blue) = 3+192+221=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #03C0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C0DD is #FC3F22. Grayscale: #8A8A8A. Windows color (decimal): -16531235 or 14532611. OLE color: 14532611.
HSL color Cylindrical-coordinate representation of color #03C0DD: hue angle of 187.98º 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 #03C0DD is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 192 | 221 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.13 |
| HSL | 187.98º | 0.97% | 0.44% | - |
| HSV(B) | 187.98º | 0.99% | 0.87% | - |
| XYZ | 31.94 | 42.94 | 75.01 | - |
| YUV | 138.8 | 174.38 | 31.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 192 | 221 | 0.99 | 0.13 | 0 | 0.13 | 187.98 | 0.97 | 0.44 |
| Hex | 3 | C0 | DD | 63 | D | 0 | D | BC | 61 | 2C |
| Octal | 3 | 300 | 335 | 143 | 15 | 0 | 15 | 274 | 141 | 54 |
| Binary | 11 | 11000000 | 11011101 | 1100011 | 1101 | 0 | 1101 | 10111100 | 1100001 | 101100 |
Color Harmonies of #03C0DD
Complementary color
Monochromatic Colors of #03C0DD
Black with #03C0DD
Text Example
Text Example
White with #03C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C0DD; }
p { color: rgb(3,192,221); }
H1.HeaderClassName
{
color: #03C0DD;
}
.AnyTagClassName
{
color: #03C0DD;
}
</style>
background-color css
<style>
a { background-color: #03C0DD; }
a { background-color: rgb(3,192,221); }
div.DivClassName
{
background-color: #03C0DD;
}
.BgClassName
{
background-color: #03C0DD;
}
</style>
border-color css
<style>
span { border-color: #03C0DD; }
span { border-color: rgb(3,192,221); }
td.TdClassName
{
border-color: #03C0DD;
}
.TagClassName
{
border-color: #03C0DD;
}
</style>