Shades of Bright Turquoise #07E6D7
Tints of Bright Turquoise #07E6D7
RGB
CMYK
RGB Variations
Color information
#07E6D7 (or 0x07E6D7) is known color: Bright Turquoise. HEX triplet: 07, E6 and D7. RGB value is (7,230,215). Sum of RGB (Red+Green+Blue) = 7+230+215=452 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #07E6D7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07E6D7 is #F81928. Grayscale: #A1A1A1. Windows color (decimal): -16259369 or 14149127. OLE color: 14149127.
HSL color Cylindrical-coordinate representation of color #07E6D7: hue angle of 175.96º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E6D7 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 230 | 215 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.10 |
| HSL | 175.96º | 0.94% | 0.46% | - |
| HSV(B) | 175.96º | 0.97% | 0.9% | - |
| XYZ | 40.65 | 61.55 | 74.03 | - |
| YUV | 161.61 | 158.12 | 17.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 230 | 215 | 0.97 | 0 | 0.07 | 0.10 | 175.96 | 0.94 | 0.46 |
| Hex | 7 | E6 | D7 | 61 | 0 | 7 | A | B0 | 5E | 2E |
| Octal | 7 | 346 | 327 | 141 | 0 | 7 | 12 | 260 | 136 | 56 |
| Binary | 111 | 11100110 | 11010111 | 1100001 | 0 | 111 | 1010 | 10110000 | 1011110 | 101110 |
Color Harmonies of #07E6D7
Complementary color
Monochromatic Colors of #07E6D7
Black with #07E6D7
Text Example
Text Example
White with #07E6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E6D7; }
p { color: rgb(7,230,215); }
H1.HeaderClassName
{
color: #07E6D7;
}
.AnyTagClassName
{
color: #07E6D7;
}
</style>
background-color css
<style>
a { background-color: #07E6D7; }
a { background-color: rgb(7,230,215); }
div.DivClassName
{
background-color: #07E6D7;
}
.BgClassName
{
background-color: #07E6D7;
}
</style>
border-color css
<style>
span { border-color: #07E6D7; }
span { border-color: rgb(7,230,215); }
td.TdClassName
{
border-color: #07E6D7;
}
.TagClassName
{
border-color: #07E6D7;
}
</style>