Shades of Bright Turquoise #07F1EC
Tints of Bright Turquoise #07F1EC
RGB
CMYK
RGB Variations
Color information
#07F1EC (or 0x07F1EC) is known color: Bright Turquoise. HEX triplet: 07, F1 and EC. RGB value is (7,241,236). Sum of RGB (Red+Green+Blue) = 7+241+236=484 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #07F1EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07F1EC is #F80E13. Grayscale: #AAAAAA. Windows color (decimal): -16256532 or 15528199. OLE color: 15528199.
HSL color Cylindrical-coordinate representation of color #07F1EC: hue angle of 178.72º 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 #07F1EC is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 236 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.05 |
| HSL | 178.72º | 0.94% | 0.49% | - |
| HSV(B) | 178.72º | 0.97% | 0.95% | - |
| XYZ | 46.68 | 69.01 | 90.22 | - |
| YUV | 170.46 | 164.98 | 11.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 236 | 0.97 | 0 | 0.02 | 0.05 | 178.72 | 0.94 | 0.49 |
| Hex | 7 | F1 | EC | 61 | 0 | 2 | 5 | B3 | 5E | 31 |
| Octal | 7 | 361 | 354 | 141 | 0 | 2 | 5 | 263 | 136 | 61 |
| Binary | 111 | 11110001 | 11101100 | 1100001 | 0 | 10 | 101 | 10110011 | 1011110 | 110001 |
Color Harmonies of #07F1EC
Complementary color
Monochromatic Colors of #07F1EC
Black with #07F1EC
Text Example
Text Example
White with #07F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F1EC; }
p { color: rgb(7,241,236); }
H1.HeaderClassName
{
color: #07F1EC;
}
.AnyTagClassName
{
color: #07F1EC;
}
</style>
background-color css
<style>
a { background-color: #07F1EC; }
a { background-color: rgb(7,241,236); }
div.DivClassName
{
background-color: #07F1EC;
}
.BgClassName
{
background-color: #07F1EC;
}
</style>
border-color css
<style>
span { border-color: #07F1EC; }
span { border-color: rgb(7,241,236); }
td.TdClassName
{
border-color: #07F1EC;
}
.TagClassName
{
border-color: #07F1EC;
}
</style>