Shades of Dark Turquoise #07DBCC
Tints of Dark Turquoise #07DBCC
RGB
CMYK
RGB Variations
Color information
#07DBCC (or 0x07DBCC) is known color: Dark Turquoise. HEX triplet: 07, DB and CC. RGB value is (7,219,204). Sum of RGB (Red+Green+Blue) = 7+219+204=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBCC is #F82433. Grayscale: #999999. Windows color (decimal): -16262196 or 13425415. OLE color: 13425415.
HSL color Cylindrical-coordinate representation of color #07DBCC: hue angle of 175.75º 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 #07DBCC is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 204 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.14 |
| HSL | 175.75º | 0.94% | 0.44% | - |
| HSV(B) | 175.75º | 0.97% | 0.86% | - |
| XYZ | 36.32 | 55.07 | 65.84 | - |
| YUV | 153.9 | 156.26 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 204 | 0.97 | 0 | 0.07 | 0.14 | 175.75 | 0.94 | 0.44 |
| Hex | 7 | DB | CC | 61 | 0 | 7 | E | B0 | 5E | 2C |
| Octal | 7 | 333 | 314 | 141 | 0 | 7 | 16 | 260 | 136 | 54 |
| Binary | 111 | 11011011 | 11001100 | 1100001 | 0 | 111 | 1110 | 10110000 | 1011110 | 101100 |
Color Harmonies of #07DBCC
Complementary color
Monochromatic Colors of #07DBCC
Black with #07DBCC
Text Example
Text Example
White with #07DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBCC; }
p { color: rgb(7,219,204); }
H1.HeaderClassName
{
color: #07DBCC;
}
.AnyTagClassName
{
color: #07DBCC;
}
</style>
background-color css
<style>
a { background-color: #07DBCC; }
a { background-color: rgb(7,219,204); }
div.DivClassName
{
background-color: #07DBCC;
}
.BgClassName
{
background-color: #07DBCC;
}
</style>
border-color css
<style>
span { border-color: #07DBCC; }
span { border-color: rgb(7,219,204); }
td.TdClassName
{
border-color: #07DBCC;
}
.TagClassName
{
border-color: #07DBCC;
}
</style>