Shades of Dark Turquoise #07CFDF
Tints of Dark Turquoise #07CFDF
RGB
CMYK
RGB Variations
Color information
#07CFDF (or 0x07CFDF) is known color: Dark Turquoise. HEX triplet: 07, CF and DF. RGB value is (7,207,223). Sum of RGB (Red+Green+Blue) = 7+207+223=437 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #07CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07CFDF is #F83020. Grayscale: #949494. Windows color (decimal): -16265249 or 14667527. OLE color: 14667527.
HSL color Cylindrical-coordinate representation of color #07CFDF: hue angle of 184.44º 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 #07CFDF is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 207 | 223 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.13 |
| HSL | 184.44º | 0.94% | 0.45% | - |
| HSV(B) | 184.44º | 0.97% | 0.87% | - |
| XYZ | 35.72 | 50 | 77.58 | - |
| YUV | 149.02 | 169.74 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 223 | 0.97 | 0.07 | 0 | 0.13 | 184.44 | 0.94 | 0.45 |
| Hex | 7 | CF | DF | 61 | 7 | 0 | D | B8 | 5E | 2D |
| Octal | 7 | 317 | 337 | 141 | 7 | 0 | 15 | 270 | 136 | 55 |
| Binary | 111 | 11001111 | 11011111 | 1100001 | 111 | 0 | 1101 | 10111000 | 1011110 | 101101 |
Color Harmonies of #07CFDF
Complementary color
Monochromatic Colors of #07CFDF
Black with #07CFDF
Text Example
Text Example
White with #07CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFDF; }
p { color: rgb(7,207,223); }
H1.HeaderClassName
{
color: #07CFDF;
}
.AnyTagClassName
{
color: #07CFDF;
}
</style>
background-color css
<style>
a { background-color: #07CFDF; }
a { background-color: rgb(7,207,223); }
div.DivClassName
{
background-color: #07CFDF;
}
.BgClassName
{
background-color: #07CFDF;
}
</style>
border-color css
<style>
span { border-color: #07CFDF; }
span { border-color: rgb(7,207,223); }
td.TdClassName
{
border-color: #07CFDF;
}
.TagClassName
{
border-color: #07CFDF;
}
</style>