Shades of Dark Turquoise #07C0DA
Tints of Dark Turquoise #07C0DA
RGB
CMYK
RGB Variations
Color information
#07C0DA (or 0x07C0DA) is known color: Dark Turquoise. HEX triplet: 07, C0 and DA. RGB value is (7,192,218). Sum of RGB (Red+Green+Blue) = 7+192+218=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #07C0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C0DA is #F83F25. Grayscale: #8B8B8B. Windows color (decimal): -16269094 or 14336007. OLE color: 14336007.
HSL color Cylindrical-coordinate representation of color #07C0DA: hue angle of 187.39º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07C0DA is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 192 | 218 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.15 |
| HSL | 187.39º | 0.94% | 0.44% | - |
| HSV(B) | 187.39º | 0.97% | 0.85% | - |
| XYZ | 31.59 | 42.81 | 72.93 | - |
| YUV | 139.65 | 172.21 | 33.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 218 | 0.97 | 0.12 | 0 | 0.15 | 187.39 | 0.94 | 0.44 |
| Hex | 7 | C0 | DA | 61 | C | 0 | F | BB | 5E | 2C |
| Octal | 7 | 300 | 332 | 141 | 14 | 0 | 17 | 273 | 136 | 54 |
| Binary | 111 | 11000000 | 11011010 | 1100001 | 1100 | 0 | 1111 | 10111011 | 1011110 | 101100 |
Color Harmonies of #07C0DA
Complementary color
Monochromatic Colors of #07C0DA
Black with #07C0DA
Text Example
Text Example
White with #07C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C0DA; }
p { color: rgb(7,192,218); }
H1.HeaderClassName
{
color: #07C0DA;
}
.AnyTagClassName
{
color: #07C0DA;
}
</style>
background-color css
<style>
a { background-color: #07C0DA; }
a { background-color: rgb(7,192,218); }
div.DivClassName
{
background-color: #07C0DA;
}
.BgClassName
{
background-color: #07C0DA;
}
</style>
border-color css
<style>
span { border-color: #07C0DA; }
span { border-color: rgb(7,192,218); }
td.TdClassName
{
border-color: #07C0DA;
}
.TagClassName
{
border-color: #07C0DA;
}
</style>