Shades of Bright Turquoise #07FECD
Tints of Bright Turquoise #07FECD
RGB
CMYK
RGB Variations
Color information
#07FECD (or 0x07FECD) is known color: Bright Turquoise. HEX triplet: 07, FE and CD. RGB value is (7,254,205). Sum of RGB (Red+Green+Blue) = 7+254+205=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #07FECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FECD is #F80132. Grayscale: #AEAEAE. Windows color (decimal): -16253235 or 13499911. OLE color: 13499911.
HSL color Cylindrical-coordinate representation of color #07FECD: hue angle of 168.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FECD is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 205 | - |
| CMYK | 0.97 | 0 | 0.19 | 0.00 |
| HSL | 168.1º | 0.99% | 0.51% | - |
| HSV(B) | 168.1º | 0.97% | 1% | - |
| XYZ | 46.55 | 75.34 | 69.85 | - |
| YUV | 174.56 | 145.17 | 8.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 205 | 0.97 | 0 | 0.19 | 0.00 | 168.1 | 0.99 | 0.51 |
| Hex | 7 | FE | CD | 61 | 0 | 13 | 0 | A8 | 63 | 33 |
| Octal | 7 | 376 | 315 | 141 | 0 | 23 | 0 | 250 | 143 | 63 |
| Binary | 111 | 11111110 | 11001101 | 1100001 | 0 | 10011 | 0 | 10101000 | 1100011 | 110011 |
Color Harmonies of #07FECD
Complementary color
Monochromatic Colors of #07FECD
Black with #07FECD
Text Example
Text Example
White with #07FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FECD; }
p { color: rgb(7,254,205); }
H1.HeaderClassName
{
color: #07FECD;
}
.AnyTagClassName
{
color: #07FECD;
}
</style>
background-color css
<style>
a { background-color: #07FECD; }
a { background-color: rgb(7,254,205); }
div.DivClassName
{
background-color: #07FECD;
}
.BgClassName
{
background-color: #07FECD;
}
</style>
border-color css
<style>
span { border-color: #07FECD; }
span { border-color: rgb(7,254,205); }
td.TdClassName
{
border-color: #07FECD;
}
.TagClassName
{
border-color: #07FECD;
}
</style>