Shades of Bright Turquoise #07E2D9
Tints of Bright Turquoise #07E2D9
RGB
CMYK
RGB Variations
Color information
#07E2D9 (or 0x07E2D9) is known color: Bright Turquoise. HEX triplet: 07, E2 and D9. RGB value is (7,226,217). Sum of RGB (Red+Green+Blue) = 7+226+217=450 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #07E2D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E2D9 is #F81D26. Grayscale: #9F9F9F. Windows color (decimal): -16260391 or 14279175. OLE color: 14279175.
HSL color Cylindrical-coordinate representation of color #07E2D9: hue angle of 177.53º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E2D9 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 226 | 217 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.11 |
| HSL | 177.53º | 0.94% | 0.46% | - |
| HSV(B) | 177.53º | 0.97% | 0.89% | - |
| XYZ | 39.81 | 59.45 | 75.02 | - |
| YUV | 159.49 | 160.45 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 226 | 217 | 0.97 | 0 | 0.04 | 0.11 | 177.53 | 0.94 | 0.46 |
| Hex | 7 | E2 | D9 | 61 | 0 | 4 | B | B2 | 5E | 2E |
| Octal | 7 | 342 | 331 | 141 | 0 | 4 | 13 | 262 | 136 | 56 |
| Binary | 111 | 11100010 | 11011001 | 1100001 | 0 | 100 | 1011 | 10110010 | 1011110 | 101110 |
Color Harmonies of #07E2D9
Complementary color
Monochromatic Colors of #07E2D9
Black with #07E2D9
Text Example
Text Example
White with #07E2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E2D9; }
p { color: rgb(7,226,217); }
H1.HeaderClassName
{
color: #07E2D9;
}
.AnyTagClassName
{
color: #07E2D9;
}
</style>
background-color css
<style>
a { background-color: #07E2D9; }
a { background-color: rgb(7,226,217); }
div.DivClassName
{
background-color: #07E2D9;
}
.BgClassName
{
background-color: #07E2D9;
}
</style>
border-color css
<style>
span { border-color: #07E2D9; }
span { border-color: rgb(7,226,217); }
td.TdClassName
{
border-color: #07E2D9;
}
.TagClassName
{
border-color: #07E2D9;
}
</style>