Shades of Bright Turquoise #07F8C0
Tints of Bright Turquoise #07F8C0
RGB
CMYK
RGB Variations
Color information
#07F8C0 (or 0x07F8C0) is known color: Bright Turquoise. HEX triplet: 07, F8 and C0. RGB value is (7,248,192). Sum of RGB (Red+Green+Blue) = 7+248+192=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #07F8C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F8C0 is #F8073F. Grayscale: #A9A9A9. Windows color (decimal): -16254784 or 12646407. OLE color: 12646407.
HSL color Cylindrical-coordinate representation of color #07F8C0: hue angle of 166.06º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F8C0 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 248 | 192 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.03 |
| HSL | 166.06º | 0.95% | 0.5% | - |
| HSV(B) | 166.06º | 0.97% | 0.97% | - |
| XYZ | 43.17 | 70.99 | 61.3 | - |
| YUV | 169.56 | 140.66 | 12.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 248 | 192 | 0.97 | 0 | 0.23 | 0.03 | 166.06 | 0.95 | 0.5 |
| Hex | 7 | F8 | C0 | 61 | 0 | 17 | 3 | A6 | 5F | 32 |
| Octal | 7 | 370 | 300 | 141 | 0 | 27 | 3 | 246 | 137 | 62 |
| Binary | 111 | 11111000 | 11000000 | 1100001 | 0 | 10111 | 11 | 10100110 | 1011111 | 110010 |
Color Harmonies of #07F8C0
Complementary color
Monochromatic Colors of #07F8C0
Black with #07F8C0
Text Example
Text Example
White with #07F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F8C0; }
p { color: rgb(7,248,192); }
H1.HeaderClassName
{
color: #07F8C0;
}
.AnyTagClassName
{
color: #07F8C0;
}
</style>
background-color css
<style>
a { background-color: #07F8C0; }
a { background-color: rgb(7,248,192); }
div.DivClassName
{
background-color: #07F8C0;
}
.BgClassName
{
background-color: #07F8C0;
}
</style>
border-color css
<style>
span { border-color: #07F8C0; }
span { border-color: rgb(7,248,192); }
td.TdClassName
{
border-color: #07F8C0;
}
.TagClassName
{
border-color: #07F8C0;
}
</style>