Shades of Dark Turquoise #07CCDC
Tints of Dark Turquoise #07CCDC
RGB
CMYK
RGB Variations
Color information
#07CCDC (or 0x07CCDC) is known color: Dark Turquoise. HEX triplet: 07, CC and DC. RGB value is (7,204,220). Sum of RGB (Red+Green+Blue) = 7+204+220=431 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #07CCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CCDC is #F83323. Grayscale: #929292. Windows color (decimal): -16266020 or 14470151. OLE color: 14470151.
HSL color Cylindrical-coordinate representation of color #07CCDC: hue angle of 184.51º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CCDC is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 204 | 220 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.14 |
| HSL | 184.51º | 0.94% | 0.45% | - |
| HSV(B) | 184.51º | 0.97% | 0.86% | - |
| XYZ | 34.6 | 48.4 | 75.23 | - |
| YUV | 146.92 | 169.23 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 220 | 0.97 | 0.07 | 0 | 0.14 | 184.51 | 0.94 | 0.45 |
| Hex | 7 | CC | DC | 61 | 7 | 0 | E | B9 | 5E | 2D |
| Octal | 7 | 314 | 334 | 141 | 7 | 0 | 16 | 271 | 136 | 55 |
| Binary | 111 | 11001100 | 11011100 | 1100001 | 111 | 0 | 1110 | 10111001 | 1011110 | 101101 |
Color Harmonies of #07CCDC
Complementary color
Monochromatic Colors of #07CCDC
Black with #07CCDC
Text Example
Text Example
White with #07CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CCDC; }
p { color: rgb(7,204,220); }
H1.HeaderClassName
{
color: #07CCDC;
}
.AnyTagClassName
{
color: #07CCDC;
}
</style>
background-color css
<style>
a { background-color: #07CCDC; }
a { background-color: rgb(7,204,220); }
div.DivClassName
{
background-color: #07CCDC;
}
.BgClassName
{
background-color: #07CCDC;
}
</style>
border-color css
<style>
span { border-color: #07CCDC; }
span { border-color: rgb(7,204,220); }
td.TdClassName
{
border-color: #07CCDC;
}
.TagClassName
{
border-color: #07CCDC;
}
</style>