Shades of Dark Turquoise #07C8DD
Tints of Dark Turquoise #07C8DD
RGB
CMYK
RGB Variations
Color information
#07C8DD (or 0x07C8DD) is known color: Dark Turquoise. HEX triplet: 07, C8 and DD. RGB value is (7,200,221). Sum of RGB (Red+Green+Blue) = 7+200+221=428 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #07C8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07C8DD is #F83722. Grayscale: #909090. Windows color (decimal): -16267043 or 14534663. OLE color: 14534663.
HSL color Cylindrical-coordinate representation of color #07C8DD: hue angle of 185.89º 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 #07C8DD is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 200 | 221 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.13 |
| HSL | 185.89º | 0.94% | 0.45% | - |
| HSV(B) | 185.89º | 0.97% | 0.87% | - |
| XYZ | 33.79 | 46.57 | 75.62 | - |
| YUV | 144.69 | 171.06 | 29.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 200 | 221 | 0.97 | 0.10 | 0 | 0.13 | 185.89 | 0.94 | 0.45 |
| Hex | 7 | C8 | DD | 61 | A | 0 | D | BA | 5E | 2D |
| Octal | 7 | 310 | 335 | 141 | 12 | 0 | 15 | 272 | 136 | 55 |
| Binary | 111 | 11001000 | 11011101 | 1100001 | 1010 | 0 | 1101 | 10111010 | 1011110 | 101101 |
Color Harmonies of #07C8DD
Complementary color
Monochromatic Colors of #07C8DD
Black with #07C8DD
Text Example
Text Example
White with #07C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C8DD; }
p { color: rgb(7,200,221); }
H1.HeaderClassName
{
color: #07C8DD;
}
.AnyTagClassName
{
color: #07C8DD;
}
</style>
background-color css
<style>
a { background-color: #07C8DD; }
a { background-color: rgb(7,200,221); }
div.DivClassName
{
background-color: #07C8DD;
}
.BgClassName
{
background-color: #07C8DD;
}
</style>
border-color css
<style>
span { border-color: #07C8DD; }
span { border-color: rgb(7,200,221); }
td.TdClassName
{
border-color: #07C8DD;
}
.TagClassName
{
border-color: #07C8DD;
}
</style>