Shades of Bright Turquoise #07F1E5
Tints of Bright Turquoise #07F1E5
RGB
CMYK
RGB Variations
Color information
#07F1E5 (or 0x07F1E5) is known color: Bright Turquoise. HEX triplet: 07, F1 and E5. RGB value is (7,241,229). Sum of RGB (Red+Green+Blue) = 7+241+229=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #07F1E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F1E5 is #F80E1A. Grayscale: #A9A9A9. Windows color (decimal): -16256539 or 15069447. OLE color: 15069447.
HSL color Cylindrical-coordinate representation of color #07F1E5: hue angle of 176.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F1E5 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 229 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.05 |
| HSL | 176.92º | 0.94% | 0.49% | - |
| HSV(B) | 176.92º | 0.97% | 0.95% | - |
| XYZ | 45.69 | 68.61 | 84.96 | - |
| YUV | 169.67 | 161.48 | 11.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 229 | 0.97 | 0 | 0.05 | 0.05 | 176.92 | 0.94 | 0.49 |
| Hex | 7 | F1 | E5 | 61 | 0 | 5 | 5 | B1 | 5E | 31 |
| Octal | 7 | 361 | 345 | 141 | 0 | 5 | 5 | 261 | 136 | 61 |
| Binary | 111 | 11110001 | 11100101 | 1100001 | 0 | 101 | 101 | 10110001 | 1011110 | 110001 |
Color Harmonies of #07F1E5
Complementary color
Monochromatic Colors of #07F1E5
Black with #07F1E5
Text Example
Text Example
White with #07F1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F1E5; }
p { color: rgb(7,241,229); }
H1.HeaderClassName
{
color: #07F1E5;
}
.AnyTagClassName
{
color: #07F1E5;
}
</style>
background-color css
<style>
a { background-color: #07F1E5; }
a { background-color: rgb(7,241,229); }
div.DivClassName
{
background-color: #07F1E5;
}
.BgClassName
{
background-color: #07F1E5;
}
</style>
border-color css
<style>
span { border-color: #07F1E5; }
span { border-color: rgb(7,241,229); }
td.TdClassName
{
border-color: #07F1E5;
}
.TagClassName
{
border-color: #07F1E5;
}
</style>