Shades of Dark Turquoise #07D7DB
Tints of Dark Turquoise #07D7DB
RGB
CMYK
RGB Variations
Color information
#07D7DB (or 0x07D7DB) is known color: Dark Turquoise. HEX triplet: 07, D7 and DB. RGB value is (7,215,219). Sum of RGB (Red+Green+Blue) = 7+215+219=441 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #07D7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D7DB is #F82824. Grayscale: #999999. Windows color (decimal): -16263205 or 14407431. OLE color: 14407431.
HSL color Cylindrical-coordinate representation of color #07D7DB: hue angle of 181.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D7DB is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 215 | 219 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.14 |
| HSL | 181.13º | 0.94% | 0.44% | - |
| HSV(B) | 181.13º | 0.97% | 0.86% | - |
| XYZ | 37.17 | 53.76 | 75.44 | - |
| YUV | 153.26 | 165.09 | 23.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 215 | 219 | 0.97 | 0.02 | 0 | 0.14 | 181.13 | 0.94 | 0.44 |
| Hex | 7 | D7 | DB | 61 | 2 | 0 | E | B5 | 5E | 2C |
| Octal | 7 | 327 | 333 | 141 | 2 | 0 | 16 | 265 | 136 | 54 |
| Binary | 111 | 11010111 | 11011011 | 1100001 | 10 | 0 | 1110 | 10110101 | 1011110 | 101100 |
Color Harmonies of #07D7DB
Complementary color
Monochromatic Colors of #07D7DB
Black with #07D7DB
Text Example
Text Example
White with #07D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D7DB; }
p { color: rgb(7,215,219); }
H1.HeaderClassName
{
color: #07D7DB;
}
.AnyTagClassName
{
color: #07D7DB;
}
</style>
background-color css
<style>
a { background-color: #07D7DB; }
a { background-color: rgb(7,215,219); }
div.DivClassName
{
background-color: #07D7DB;
}
.BgClassName
{
background-color: #07D7DB;
}
</style>
border-color css
<style>
span { border-color: #07D7DB; }
span { border-color: rgb(7,215,219); }
td.TdClassName
{
border-color: #07D7DB;
}
.TagClassName
{
border-color: #07D7DB;
}
</style>