Shades of Bright Turquoise #07F1D9
Tints of Bright Turquoise #07F1D9
RGB
CMYK
RGB Variations
Color information
#07F1D9 (or 0x07F1D9) is known color: Bright Turquoise. HEX triplet: 07, F1 and D9. RGB value is (7,241,217). Sum of RGB (Red+Green+Blue) = 7+241+217=465 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #07F1D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F1D9 is #F80E26. Grayscale: #A8A8A8. Windows color (decimal): -16256551 or 14283015. OLE color: 14283015.
HSL color Cylindrical-coordinate representation of color #07F1D9: hue angle of 173.85º 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 #07F1D9 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 241 | 217 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.05 |
| HSL | 173.85º | 0.94% | 0.49% | - |
| HSV(B) | 173.85º | 0.97% | 0.95% | - |
| XYZ | 44.07 | 67.97 | 76.44 | - |
| YUV | 168.3 | 155.48 | 12.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 241 | 217 | 0.97 | 0 | 0.10 | 0.05 | 173.85 | 0.94 | 0.49 |
| Hex | 7 | F1 | D9 | 61 | 0 | A | 5 | AE | 5E | 31 |
| Octal | 7 | 361 | 331 | 141 | 0 | 12 | 5 | 256 | 136 | 61 |
| Binary | 111 | 11110001 | 11011001 | 1100001 | 0 | 1010 | 101 | 10101110 | 1011110 | 110001 |
Color Harmonies of #07F1D9
Complementary color
Monochromatic Colors of #07F1D9
Black with #07F1D9
Text Example
Text Example
White with #07F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F1D9; }
p { color: rgb(7,241,217); }
H1.HeaderClassName
{
color: #07F1D9;
}
.AnyTagClassName
{
color: #07F1D9;
}
</style>
background-color css
<style>
a { background-color: #07F1D9; }
a { background-color: rgb(7,241,217); }
div.DivClassName
{
background-color: #07F1D9;
}
.BgClassName
{
background-color: #07F1D9;
}
</style>
border-color css
<style>
span { border-color: #07F1D9; }
span { border-color: rgb(7,241,217); }
td.TdClassName
{
border-color: #07F1D9;
}
.TagClassName
{
border-color: #07F1D9;
}
</style>