Shades of Dark Turquoise #03C2DC
Tints of Dark Turquoise #03C2DC
RGB
CMYK
RGB Variations
Color information
#03C2DC (or 0x03C2DC) is known color: Dark Turquoise. HEX triplet: 03, C2 and DC. RGB value is (3,194,220). Sum of RGB (Red+Green+Blue) = 3+194+220=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #03C2DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C2DC is #FC3D23. Grayscale: #8B8B8B. Windows color (decimal): -16530724 or 14467587. OLE color: 14467587.
HSL color Cylindrical-coordinate representation of color #03C2DC: hue angle of 187.19º 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 #03C2DC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 194 | 220 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.14 |
| HSL | 187.19º | 0.97% | 0.44% | - |
| HSV(B) | 187.19º | 0.99% | 0.86% | - |
| XYZ | 32.25 | 43.77 | 74.46 | - |
| YUV | 139.86 | 173.22 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 220 | 0.99 | 0.12 | 0 | 0.14 | 187.19 | 0.97 | 0.44 |
| Hex | 3 | C2 | DC | 63 | C | 0 | E | BB | 61 | 2C |
| Octal | 3 | 302 | 334 | 143 | 14 | 0 | 16 | 273 | 141 | 54 |
| Binary | 11 | 11000010 | 11011100 | 1100011 | 1100 | 0 | 1110 | 10111011 | 1100001 | 101100 |
Color Harmonies of #03C2DC
Complementary color
Monochromatic Colors of #03C2DC
Black with #03C2DC
Text Example
Text Example
White with #03C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C2DC; }
p { color: rgb(3,194,220); }
H1.HeaderClassName
{
color: #03C2DC;
}
.AnyTagClassName
{
color: #03C2DC;
}
</style>
background-color css
<style>
a { background-color: #03C2DC; }
a { background-color: rgb(3,194,220); }
div.DivClassName
{
background-color: #03C2DC;
}
.BgClassName
{
background-color: #03C2DC;
}
</style>
border-color css
<style>
span { border-color: #03C2DC; }
span { border-color: rgb(3,194,220); }
td.TdClassName
{
border-color: #03C2DC;
}
.TagClassName
{
border-color: #03C2DC;
}
</style>