Shades of Dark Turquoise #03C4DF
Tints of Dark Turquoise #03C4DF
RGB
CMYK
RGB Variations
Color information
#03C4DF (or 0x03C4DF) is known color: Dark Turquoise. HEX triplet: 03, C4 and DF. RGB value is (3,196,223). Sum of RGB (Red+Green+Blue) = 3+196+223=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #03C4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C4DF is #FC3B20. Grayscale: #8D8D8D. Windows color (decimal): -16530209 or 14664707. OLE color: 14664707.
HSL color Cylindrical-coordinate representation of color #03C4DF: hue angle of 187.36º 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 #03C4DF is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 196 | 223 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.13 |
| HSL | 187.36º | 0.97% | 0.44% | - |
| HSV(B) | 187.36º | 0.99% | 0.87% | - |
| XYZ | 33.1 | 44.83 | 76.72 | - |
| YUV | 141.37 | 174.06 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 196 | 223 | 0.99 | 0.12 | 0 | 0.13 | 187.36 | 0.97 | 0.44 |
| Hex | 3 | C4 | DF | 63 | C | 0 | D | BB | 61 | 2C |
| Octal | 3 | 304 | 337 | 143 | 14 | 0 | 15 | 273 | 141 | 54 |
| Binary | 11 | 11000100 | 11011111 | 1100011 | 1100 | 0 | 1101 | 10111011 | 1100001 | 101100 |
Color Harmonies of #03C4DF
Complementary color
Monochromatic Colors of #03C4DF
Black with #03C4DF
Text Example
Text Example
White with #03C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C4DF; }
p { color: rgb(3,196,223); }
H1.HeaderClassName
{
color: #03C4DF;
}
.AnyTagClassName
{
color: #03C4DF;
}
</style>
background-color css
<style>
a { background-color: #03C4DF; }
a { background-color: rgb(3,196,223); }
div.DivClassName
{
background-color: #03C4DF;
}
.BgClassName
{
background-color: #03C4DF;
}
</style>
border-color css
<style>
span { border-color: #03C4DF; }
span { border-color: rgb(3,196,223); }
td.TdClassName
{
border-color: #03C4DF;
}
.TagClassName
{
border-color: #03C4DF;
}
</style>