Shades of Bright Turquoise #07ECDB
Tints of Bright Turquoise #07ECDB
RGB
CMYK
RGB Variations
Color information
#07ECDB (or 0x07ECDB) is known color: Bright Turquoise. HEX triplet: 07, EC and DB. RGB value is (7,236,219). Sum of RGB (Red+Green+Blue) = 7+236+219=462 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #07ECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07ECDB is #F81324. Grayscale: #A5A5A5. Windows color (decimal): -16257829 or 14412807. OLE color: 14412807.
HSL color Cylindrical-coordinate representation of color #07ECDB: hue angle of 175.55º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ECDB is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 236 | 219 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.07 |
| HSL | 175.55º | 0.94% | 0.48% | - |
| HSV(B) | 175.55º | 0.97% | 0.93% | - |
| XYZ | 42.87 | 65.15 | 77.33 | - |
| YUV | 165.59 | 158.13 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 236 | 219 | 0.97 | 0 | 0.07 | 0.07 | 175.55 | 0.94 | 0.48 |
| Hex | 7 | EC | DB | 61 | 0 | 7 | 7 | B0 | 5E | 30 |
| Octal | 7 | 354 | 333 | 141 | 0 | 7 | 7 | 260 | 136 | 60 |
| Binary | 111 | 11101100 | 11011011 | 1100001 | 0 | 111 | 111 | 10110000 | 1011110 | 110000 |
Color Harmonies of #07ECDB
Complementary color
Monochromatic Colors of #07ECDB
Black with #07ECDB
Text Example
Text Example
White with #07ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07ECDB; }
p { color: rgb(7,236,219); }
H1.HeaderClassName
{
color: #07ECDB;
}
.AnyTagClassName
{
color: #07ECDB;
}
</style>
background-color css
<style>
a { background-color: #07ECDB; }
a { background-color: rgb(7,236,219); }
div.DivClassName
{
background-color: #07ECDB;
}
.BgClassName
{
background-color: #07ECDB;
}
</style>
border-color css
<style>
span { border-color: #07ECDB; }
span { border-color: rgb(7,236,219); }
td.TdClassName
{
border-color: #07ECDB;
}
.TagClassName
{
border-color: #07ECDB;
}
</style>