Shades of Dark Turquoise #07CFE9
Tints of Dark Turquoise #07CFE9
RGB
CMYK
RGB Variations
Color information
#07CFE9 (or 0x07CFE9) is known color: Dark Turquoise. HEX triplet: 07, CF and E9. RGB value is (7,207,233). Sum of RGB (Red+Green+Blue) = 7+207+233=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 233 (91.41% from 255 or 52.13% from 447); Max value from RGB is 233 - color contains mainly: blue. Hex color #07CFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CFE9 is #F83016. Grayscale: #959595. Windows color (decimal): -16265239 or 15322887. OLE color: 15322887.
HSL color Cylindrical-coordinate representation of color #07CFE9: hue angle of 186.9º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CFE9 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 207 | 233 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.09 |
| HSL | 186.9º | 0.94% | 0.47% | - |
| HSV(B) | 186.9º | 0.97% | 0.91% | - |
| XYZ | 37.11 | 50.55 | 84.89 | - |
| YUV | 150.16 | 174.74 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 207 | 233 | 0.97 | 0.11 | 0 | 0.09 | 186.9 | 0.94 | 0.47 |
| Hex | 7 | CF | E9 | 61 | B | 0 | 9 | BB | 5E | 2F |
| Octal | 7 | 317 | 351 | 141 | 13 | 0 | 11 | 273 | 136 | 57 |
| Binary | 111 | 11001111 | 11101001 | 1100001 | 1011 | 0 | 1001 | 10111011 | 1011110 | 101111 |
Color Harmonies of #07CFE9
Complementary color
Monochromatic Colors of #07CFE9
Black with #07CFE9
Text Example
Text Example
White with #07CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CFE9; }
p { color: rgb(7,207,233); }
H1.HeaderClassName
{
color: #07CFE9;
}
.AnyTagClassName
{
color: #07CFE9;
}
</style>
background-color css
<style>
a { background-color: #07CFE9; }
a { background-color: rgb(7,207,233); }
div.DivClassName
{
background-color: #07CFE9;
}
.BgClassName
{
background-color: #07CFE9;
}
</style>
border-color css
<style>
span { border-color: #07CFE9; }
span { border-color: rgb(7,207,233); }
td.TdClassName
{
border-color: #07CFE9;
}
.TagClassName
{
border-color: #07CFE9;
}
</style>