Shades of Bright Turquoise #07FEDE
Tints of Bright Turquoise #07FEDE
RGB
CMYK
RGB Variations
Color information
#07FEDE (or 0x07FEDE) is known color: Bright Turquoise. HEX triplet: 07, FE and DE. RGB value is (7,254,222). Sum of RGB (Red+Green+Blue) = 7+254+222=483 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #07FEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FEDE is #F80121. Grayscale: #B0B0B0. Windows color (decimal): -16253218 or 14614023. OLE color: 14614023.
HSL color Cylindrical-coordinate representation of color #07FEDE: hue angle of 172.23º 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 #07FEDE is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 254 | 222 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.00 |
| HSL | 172.23º | 0.99% | 0.51% | - |
| HSV(B) | 172.23º | 0.97% | 1% | - |
| XYZ | 48.71 | 76.2 | 81.25 | - |
| YUV | 176.5 | 153.67 | 7.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 254 | 222 | 0.97 | 0 | 0.13 | 0.00 | 172.23 | 0.99 | 0.51 |
| Hex | 7 | FE | DE | 61 | 0 | D | 0 | AC | 63 | 33 |
| Octal | 7 | 376 | 336 | 141 | 0 | 15 | 0 | 254 | 143 | 63 |
| Binary | 111 | 11111110 | 11011110 | 1100001 | 0 | 1101 | 0 | 10101100 | 1100011 | 110011 |
Color Harmonies of #07FEDE
Complementary color
Monochromatic Colors of #07FEDE
Black with #07FEDE
Text Example
Text Example
White with #07FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FEDE; }
p { color: rgb(7,254,222); }
H1.HeaderClassName
{
color: #07FEDE;
}
.AnyTagClassName
{
color: #07FEDE;
}
</style>
background-color css
<style>
a { background-color: #07FEDE; }
a { background-color: rgb(7,254,222); }
div.DivClassName
{
background-color: #07FEDE;
}
.BgClassName
{
background-color: #07FEDE;
}
</style>
border-color css
<style>
span { border-color: #07FEDE; }
span { border-color: rgb(7,254,222); }
td.TdClassName
{
border-color: #07FEDE;
}
.TagClassName
{
border-color: #07FEDE;
}
</style>