Shades of Dark Turquoise #07DBD0
Tints of Dark Turquoise #07DBD0
RGB
CMYK
RGB Variations
Color information
#07DBD0 (or 0x07DBD0) is known color: Dark Turquoise. HEX triplet: 07, DB and D0. RGB value is (7,219,208). Sum of RGB (Red+Green+Blue) = 7+219+208=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBD0 is #F8242F. Grayscale: #9A9A9A. Windows color (decimal): -16262192 or 13687559. OLE color: 13687559.
HSL color Cylindrical-coordinate representation of color #07DBD0: hue angle of 176.89º 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 #07DBD0 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 7 | 219 | 208 | - |
CMYK | 0.97 | 0 | 0.05 | 0.14 |
HSL | 176.89º | 0.94% | 0.44% | - |
HSV(B) | 176.89º | 0.97% | 0.86% | - |
XYZ | 36.8 | 55.26 | 68.4 | - |
YUV | 154.36 | 158.26 | 22.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 219 | 208 | 0.97 | 0 | 0.05 | 0.14 | 176.89 | 0.94 | 0.44 |
Hex | 7 | DB | D0 | 61 | 0 | 5 | E | B1 | 5E | 2C |
Octal | 7 | 333 | 320 | 141 | 0 | 5 | 16 | 261 | 136 | 54 |
Binary | 111 | 11011011 | 11010000 | 1100001 | 0 | 101 | 1110 | 10110001 | 1011110 | 101100 |
Color Harmonies of #07DBD0
Complementary color
Monochromatic Colors of #07DBD0
Black with #07DBD0
Text Example
Text Example
White with #07DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBD0; }
p { color: rgb(7,219,208); }
H1.HeaderClassName
{
color: #07DBD0;
}
.AnyTagClassName
{
color: #07DBD0;
}
</style>
background-color css
<style>
a { background-color: #07DBD0; }
a { background-color: rgb(7,219,208); }
div.DivClassName
{
background-color: #07DBD0;
}
.BgClassName
{
background-color: #07DBD0;
}
</style>
border-color css
<style>
span { border-color: #07DBD0; }
span { border-color: rgb(7,219,208); }
td.TdClassName
{
border-color: #07DBD0;
}
.TagClassName
{
border-color: #07DBD0;
}
</style>