Shades of Dark Turquoise #07D0DF
Tints of Dark Turquoise #07D0DF
RGB
CMYK
RGB Variations
Color information
#07D0DF (or 0x07D0DF) is known color: Dark Turquoise. HEX triplet: 07, D0 and DF. RGB value is (7,208,223). Sum of RGB (Red+Green+Blue) = 7+208+223=438 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #07D0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07D0DF is #F82F20. Grayscale: #959595. Windows color (decimal): -16264993 or 14667783. OLE color: 14667783.
HSL color Cylindrical-coordinate representation of color #07D0DF: hue angle of 184.17º 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 #07D0DF is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 208 | 223 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.13 |
| HSL | 184.17º | 0.94% | 0.45% | - |
| HSV(B) | 184.17º | 0.97% | 0.87% | - |
| XYZ | 35.96 | 50.48 | 77.66 | - |
| YUV | 149.61 | 169.41 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 208 | 223 | 0.97 | 0.07 | 0 | 0.13 | 184.17 | 0.94 | 0.45 |
| Hex | 7 | D0 | DF | 61 | 7 | 0 | D | B8 | 5E | 2D |
| Octal | 7 | 320 | 337 | 141 | 7 | 0 | 15 | 270 | 136 | 55 |
| Binary | 111 | 11010000 | 11011111 | 1100001 | 111 | 0 | 1101 | 10111000 | 1011110 | 101101 |
Color Harmonies of #07D0DF
Complementary color
Monochromatic Colors of #07D0DF
Black with #07D0DF
Text Example
Text Example
White with #07D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D0DF; }
p { color: rgb(7,208,223); }
H1.HeaderClassName
{
color: #07D0DF;
}
.AnyTagClassName
{
color: #07D0DF;
}
</style>
background-color css
<style>
a { background-color: #07D0DF; }
a { background-color: rgb(7,208,223); }
div.DivClassName
{
background-color: #07D0DF;
}
.BgClassName
{
background-color: #07D0DF;
}
</style>
border-color css
<style>
span { border-color: #07D0DF; }
span { border-color: rgb(7,208,223); }
td.TdClassName
{
border-color: #07D0DF;
}
.TagClassName
{
border-color: #07D0DF;
}
</style>