Shades of Dark Turquoise #03C3DA
Tints of Dark Turquoise #03C3DA
RGB
CMYK
RGB Variations
Color information
#03C3DA (or 0x03C3DA) is known color: Dark Turquoise. HEX triplet: 03, C3 and DA. RGB value is (3,195,218). Sum of RGB (Red+Green+Blue) = 3+195+218=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #03C3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03C3DA is #FC3C25. Grayscale: #8B8B8B. Windows color (decimal): -16530470 or 14336771. OLE color: 14336771.
HSL color Cylindrical-coordinate representation of color #03C3DA: hue angle of 186.42º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C3DA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 195 | 218 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.15 |
| HSL | 186.42º | 0.97% | 0.43% | - |
| HSV(B) | 186.42º | 0.99% | 0.85% | - |
| XYZ | 32.21 | 44.11 | 73.15 | - |
| YUV | 140.21 | 171.89 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 218 | 0.99 | 0.11 | 0 | 0.15 | 186.42 | 0.97 | 0.43 |
| Hex | 3 | C3 | DA | 63 | B | 0 | F | BA | 61 | 2B |
| Octal | 3 | 303 | 332 | 143 | 13 | 0 | 17 | 272 | 141 | 53 |
| Binary | 11 | 11000011 | 11011010 | 1100011 | 1011 | 0 | 1111 | 10111010 | 1100001 | 101011 |
Color Harmonies of #03C3DA
Complementary color
Monochromatic Colors of #03C3DA
Black with #03C3DA
Text Example
Text Example
White with #03C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C3DA; }
p { color: rgb(3,195,218); }
H1.HeaderClassName
{
color: #03C3DA;
}
.AnyTagClassName
{
color: #03C3DA;
}
</style>
background-color css
<style>
a { background-color: #03C3DA; }
a { background-color: rgb(3,195,218); }
div.DivClassName
{
background-color: #03C3DA;
}
.BgClassName
{
background-color: #03C3DA;
}
</style>
border-color css
<style>
span { border-color: #03C3DA; }
span { border-color: rgb(3,195,218); }
td.TdClassName
{
border-color: #03C3DA;
}
.TagClassName
{
border-color: #03C3DA;
}
</style>