Shades of Dark Turquoise #03C9D0
Tints of Dark Turquoise #03C9D0
RGB
CMYK
RGB Variations
Color information
#03C9D0 (or 0x03C9D0) is known color: Dark Turquoise. HEX triplet: 03, C9 and D0. RGB value is (3,201,208). Sum of RGB (Red+Green+Blue) = 3+201+208=412 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #03C9D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C9D0 is #FC362F. Grayscale: #8E8E8E. Windows color (decimal): -16528944 or 13682947. OLE color: 13682947.
HSL color Cylindrical-coordinate representation of color #03C9D0: hue angle of 182.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C9D0 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 201 | 208 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.18 |
| HSL | 182.05º | 0.97% | 0.41% | - |
| HSV(B) | 182.05º | 0.99% | 0.82% | - |
| XYZ | 32.31 | 46.35 | 66.92 | - |
| YUV | 142.6 | 164.9 | 28.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 208 | 0.99 | 0.03 | 0 | 0.18 | 182.05 | 0.97 | 0.41 |
| Hex | 3 | C9 | D0 | 63 | 3 | 0 | 12 | B6 | 61 | 29 |
| Octal | 3 | 311 | 320 | 143 | 3 | 0 | 22 | 266 | 141 | 51 |
| Binary | 11 | 11001001 | 11010000 | 1100011 | 11 | 0 | 10010 | 10110110 | 1100001 | 101001 |
Color Harmonies of #03C9D0
Complementary color
Monochromatic Colors of #03C9D0
Black with #03C9D0
Text Example
Text Example
White with #03C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C9D0; }
p { color: rgb(3,201,208); }
H1.HeaderClassName
{
color: #03C9D0;
}
.AnyTagClassName
{
color: #03C9D0;
}
</style>
background-color css
<style>
a { background-color: #03C9D0; }
a { background-color: rgb(3,201,208); }
div.DivClassName
{
background-color: #03C9D0;
}
.BgClassName
{
background-color: #03C9D0;
}
</style>
border-color css
<style>
span { border-color: #03C9D0; }
span { border-color: rgb(3,201,208); }
td.TdClassName
{
border-color: #03C9D0;
}
.TagClassName
{
border-color: #03C9D0;
}
</style>