Shades of Dark Turquoise #03C9DF
Tints of Dark Turquoise #03C9DF
RGB
CMYK
RGB Variations
Color information
#03C9DF (or 0x03C9DF) is known color: Dark Turquoise. HEX triplet: 03, C9 and DF. RGB value is (3,201,223). Sum of RGB (Red+Green+Blue) = 3+201+223=427 (56% of max value = 765). Red value is 3 (1.56% from 255 or 0.70% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #03C9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C9DF is #FC3620. Grayscale: #909090. Windows color (decimal): -16528929 or 14665987. OLE color: 14665987.
HSL color Cylindrical-coordinate representation of color #03C9DF: hue angle of 186º 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 #03C9DF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 201 | 223 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.13 |
| HSL | 186º | 0.97% | 0.44% | - |
| HSV(B) | 186º | 0.99% | 0.87% | - |
| XYZ | 34.24 | 47.12 | 77.1 | - |
| YUV | 144.31 | 172.4 | 27.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 201 | 223 | 0.99 | 0.10 | 0 | 0.13 | 186 | 0.97 | 0.44 |
| Hex | 3 | C9 | DF | 63 | A | 0 | D | BA | 61 | 2C |
| Octal | 3 | 311 | 337 | 143 | 12 | 0 | 15 | 272 | 141 | 54 |
| Binary | 11 | 11001001 | 11011111 | 1100011 | 1010 | 0 | 1101 | 10111010 | 1100001 | 101100 |
Color Harmonies of #03C9DF
Complementary color
Monochromatic Colors of #03C9DF
Black with #03C9DF
Text Example
Text Example
White with #03C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C9DF; }
p { color: rgb(3,201,223); }
H1.HeaderClassName
{
color: #03C9DF;
}
.AnyTagClassName
{
color: #03C9DF;
}
</style>
background-color css
<style>
a { background-color: #03C9DF; }
a { background-color: rgb(3,201,223); }
div.DivClassName
{
background-color: #03C9DF;
}
.BgClassName
{
background-color: #03C9DF;
}
</style>
border-color css
<style>
span { border-color: #03C9DF; }
span { border-color: rgb(3,201,223); }
td.TdClassName
{
border-color: #03C9DF;
}
.TagClassName
{
border-color: #03C9DF;
}
</style>