Shades of Dark Turquoise #07D0DD
Tints of Dark Turquoise #07D0DD
RGB
CMYK
RGB Variations
Color information
#07D0DD (or 0x07D0DD) is known color: Dark Turquoise. HEX triplet: 07, D0 and DD. RGB value is (7,208,221). Sum of RGB (Red+Green+Blue) = 7+208+221=436 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #07D0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D0DD is #F82F22. Grayscale: #959595. Windows color (decimal): -16264995 or 14536711. OLE color: 14536711.
HSL color Cylindrical-coordinate representation of color #07D0DD: hue angle of 183.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D0DD is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 208 | 221 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.13 |
| HSL | 183.64º | 0.94% | 0.45% | - |
| HSV(B) | 183.64º | 0.97% | 0.87% | - |
| XYZ | 35.69 | 50.38 | 76.25 | - |
| YUV | 149.38 | 168.41 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 221 | 0.97 | 0.06 | 0 | 0.13 | 183.64 | 0.94 | 0.45 |
| Hex | 7 | D0 | DD | 61 | 6 | 0 | D | B8 | 5E | 2D |
| Octal | 7 | 320 | 335 | 141 | 6 | 0 | 15 | 270 | 136 | 55 |
| Binary | 111 | 11010000 | 11011101 | 1100001 | 110 | 0 | 1101 | 10111000 | 1011110 | 101101 |
Color Harmonies of #07D0DD
Complementary color
Monochromatic Colors of #07D0DD
Black with #07D0DD
Text Example
Text Example
White with #07D0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D0DD; }
p { color: rgb(7,208,221); }
H1.HeaderClassName
{
color: #07D0DD;
}
.AnyTagClassName
{
color: #07D0DD;
}
</style>
background-color css
<style>
a { background-color: #07D0DD; }
a { background-color: rgb(7,208,221); }
div.DivClassName
{
background-color: #07D0DD;
}
.BgClassName
{
background-color: #07D0DD;
}
</style>
border-color css
<style>
span { border-color: #07D0DD; }
span { border-color: rgb(7,208,221); }
td.TdClassName
{
border-color: #07D0DD;
}
.TagClassName
{
border-color: #07D0DD;
}
</style>