Shades of Bright Turquoise #07E7DB
Tints of Bright Turquoise #07E7DB
RGB
CMYK
RGB Variations
Color information
#07E7DB (or 0x07E7DB) is known color: Bright Turquoise. HEX triplet: 07, E7 and DB. RGB value is (7,231,219). Sum of RGB (Red+Green+Blue) = 7+231+219=457 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #07E7DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07E7DB is #F81824. Grayscale: #A2A2A2. Windows color (decimal): -16259109 or 14411527. OLE color: 14411527.
HSL color Cylindrical-coordinate representation of color #07E7DB: hue angle of 176.79º 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 #07E7DB is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 231 | 219 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.09 |
| HSL | 176.79º | 0.94% | 0.47% | - |
| HSV(B) | 176.79º | 0.97% | 0.91% | - |
| XYZ | 41.45 | 62.31 | 76.86 | - |
| YUV | 162.66 | 159.79 | 16.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 231 | 219 | 0.97 | 0 | 0.05 | 0.09 | 176.79 | 0.94 | 0.47 |
| Hex | 7 | E7 | DB | 61 | 0 | 5 | 9 | B1 | 5E | 2F |
| Octal | 7 | 347 | 333 | 141 | 0 | 5 | 11 | 261 | 136 | 57 |
| Binary | 111 | 11100111 | 11011011 | 1100001 | 0 | 101 | 1001 | 10110001 | 1011110 | 101111 |
Color Harmonies of #07E7DB
Complementary color
Monochromatic Colors of #07E7DB
Black with #07E7DB
Text Example
Text Example
White with #07E7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E7DB; }
p { color: rgb(7,231,219); }
H1.HeaderClassName
{
color: #07E7DB;
}
.AnyTagClassName
{
color: #07E7DB;
}
</style>
background-color css
<style>
a { background-color: #07E7DB; }
a { background-color: rgb(7,231,219); }
div.DivClassName
{
background-color: #07E7DB;
}
.BgClassName
{
background-color: #07E7DB;
}
</style>
border-color css
<style>
span { border-color: #07E7DB; }
span { border-color: rgb(7,231,219); }
td.TdClassName
{
border-color: #07E7DB;
}
.TagClassName
{
border-color: #07E7DB;
}
</style>