Shades of Dark Turquoise #07CCDF
Tints of Dark Turquoise #07CCDF
RGB
CMYK
RGB Variations
Color information
#07CCDF (or 0x07CCDF) is known color: Dark Turquoise. HEX triplet: 07, CC and DF. RGB value is (7,204,223). Sum of RGB (Red+Green+Blue) = 7+204+223=434 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #07CCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CCDF is #F83320. Grayscale: #929292. Windows color (decimal): -16266017 or 14666759. OLE color: 14666759.
HSL color Cylindrical-coordinate representation of color #07CCDF: hue angle of 185.28º 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 #07CCDF is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 204 | 223 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.13 |
| HSL | 185.28º | 0.94% | 0.45% | - |
| HSV(B) | 185.28º | 0.97% | 0.87% | - |
| XYZ | 35 | 48.56 | 77.34 | - |
| YUV | 147.26 | 170.73 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 223 | 0.97 | 0.09 | 0 | 0.13 | 185.28 | 0.94 | 0.45 |
| Hex | 7 | CC | DF | 61 | 9 | 0 | D | B9 | 5E | 2D |
| Octal | 7 | 314 | 337 | 141 | 11 | 0 | 15 | 271 | 136 | 55 |
| Binary | 111 | 11001100 | 11011111 | 1100001 | 1001 | 0 | 1101 | 10111001 | 1011110 | 101101 |
Color Harmonies of #07CCDF
Complementary color
Monochromatic Colors of #07CCDF
Black with #07CCDF
Text Example
Text Example
White with #07CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CCDF; }
p { color: rgb(7,204,223); }
H1.HeaderClassName
{
color: #07CCDF;
}
.AnyTagClassName
{
color: #07CCDF;
}
</style>
background-color css
<style>
a { background-color: #07CCDF; }
a { background-color: rgb(7,204,223); }
div.DivClassName
{
background-color: #07CCDF;
}
.BgClassName
{
background-color: #07CCDF;
}
</style>
border-color css
<style>
span { border-color: #07CCDF; }
span { border-color: rgb(7,204,223); }
td.TdClassName
{
border-color: #07CCDF;
}
.TagClassName
{
border-color: #07CCDF;
}
</style>